Interface ISpriteEditorDataProvider
Assembly: UnityEditor.dll
Syntax
public interface ISpriteEditorDataProvider
Properties
|
Improve this Doc
View Source
pixelsPerUnit
Declaration
float pixelsPerUnit { get; }
Property Value
|
Improve this Doc
View Source
spriteImportMode
Declaration
SpriteImportMode spriteImportMode { get; }
Property Value
|
Improve this Doc
View Source
targetObject
Declaration
Object targetObject { get; }
Property Value
Methods
|
Improve this Doc
View Source
Apply()
Declaration
|
Improve this Doc
View Source
GetDataProvider<T>()
Declaration
T GetDataProvider<T>()
where T : class
Returns
Type Parameters
|
Improve this Doc
View Source
GetSpriteRects()
Declaration
SpriteRect[] GetSpriteRects()
Returns
|
Improve this Doc
View Source
HasDataProvider(Type)
Declaration
bool HasDataProvider(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
|
Improve this Doc
View Source
InitSpriteEditorDataProvider()
Declaration
void InitSpriteEditorDataProvider()
|
Improve this Doc
View Source
SetSpriteRects(SpriteRect[])
Declaration
void SetSpriteRects(SpriteRect[] spriteRects)
Parameters
Extension Methods