Property | Type | Description | |
---|---|---|---|
AddTexturesInPath | List | ||
ClearSelection | void | ||
ClearTextureCache | void | ||
DrawDropZone | void | ||
DrawSpriteList | void | ||
DrawToolbar | void | ||
GetEntryTypeString | string | ||
HandleDroppedPayload | void | ||
IsValidDragPayload | bool | ||
OnDisable | void | ||
OnEnable | void | ||
OnGUI | void | ||
PopulateEntries | void | ||
UpdateSelection | void |
Method | Description | |
---|---|---|
Commit ( ) : void | ||
Contains ( string s, string text ) : bool | ||
GetTextureForSprite ( int spriteId ) : Texture2D | ||
OnSpriteCollectionChanged ( bool retainSelection ) : void | ||
OnSpriteCollectionSortChanged ( ) : void | ||
SelectSpritesFromList ( int indices ) : void | ||
SelectSpritesInSpriteSheet ( int spriteSheetId, int spriteIds ) : void | ||
SetGenerator ( tk2dSpriteCollection, spriteCollection ) : void | ||
SetGeneratorAndSelectedSprite ( tk2dSpriteCollection, spriteCollection, int selectedSprite ) : void |
Method | Description | |
---|---|---|
AddTexturesInPath ( string path ) : List | ||
ClearSelection ( ) : void | ||
ClearTextureCache ( ) : void | ||
DrawDropZone ( ) : void | ||
DrawSpriteList ( ) : void | ||
DrawToolbar ( ) : void | ||
GetEntryTypeString ( SpriteCollectionEditorEntry kind ) : string | ||
HandleDroppedPayload ( Object objects ) : void | ||
IsValidDragPayload ( ) : bool | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnGUI ( ) : void | ||
PopulateEntries ( ) : void | ||
UpdateSelection ( ) : void |
public static Contains ( string s, string text ) : bool | ||
s | string | |
text | string | |
return | bool |
public GetTextureForSprite ( int spriteId ) : Texture2D | ||
spriteId | int | |
return | Texture2D |
public OnSpriteCollectionChanged ( bool retainSelection ) : void | ||
retainSelection | bool | |
return | void |
public OnSpriteCollectionSortChanged ( ) : void | ||
return | void |
public SelectSpritesFromList ( int indices ) : void | ||
indices | int | |
return | void |
public SelectSpritesInSpriteSheet ( int spriteSheetId, int spriteIds ) : void | ||
spriteSheetId | int | |
spriteIds | int | |
return | void |
public SetGenerator ( tk2dSpriteCollection, spriteCollection ) : void | ||
spriteCollection | tk2dSpriteCollection, | |
return | void |
public SetGeneratorAndSelectedSprite ( tk2dSpriteCollection, spriteCollection, int selectedSprite ) : void | ||
spriteCollection | tk2dSpriteCollection, | |
selectedSprite | int | |
return | void |