메소드 | 설명 | |
---|---|---|
CheckIfRelated ( UIAtlas, a, UIAtlas, b ) : bool |
Helper function that determines whether the two atlases are related.
|
|
GetListOfSprites ( ) : BetterList |
Convenience function that retrieves a list of all sprite names.
|
|
GetListOfSprites ( string match ) : BetterList |
Convenience function that retrieves a list of all sprite names that contain the specified phrase
|
|
GetSprite ( string name ) : UISpriteData, |
Convenience function that retrieves a sprite by name.
|
|
MarkAsChanged ( ) : void |
Mark all widgets associated with this atlas as having changed.
|
|
SortAlphabetically ( ) : void |
Sort the list of sprites within the atlas, making them alphabetical.
|
메소드 | 설명 | |
---|---|---|
References ( UIAtlas, atlas ) : bool |
Helper function that determines whether the atlas uses the specified one, taking replacements into account.
|
|
Upgrade ( ) : bool |
Performs an upgrade from the legacy way of specifying data to the new one.
|
static public CheckIfRelated ( UIAtlas, a, UIAtlas, b ) : bool | ||
a | UIAtlas, | |
b | UIAtlas, | |
리턴 | bool |
public GetListOfSprites ( string match ) : BetterList |
||
match | string | |
리턴 | BetterList |