Property | Type | Description | |
---|---|---|---|
pal | UWPalette, |
Method | Description | |
---|---|---|
RequestSprite ( int index, bool isAnimated ) : Sprite |
Creates a sprite for a item object at the specified object index.
|
|
RequestSprite ( string AssetPath ) : Sprite |
Loads the sprite from the specified asset path.
|
|
Start ( ) : void |
Method | Description | |
---|---|---|
LoadImage ( string BasePath ) : |
||
LoadImage ( string BasePath, int index ) : |
public RequestSprite ( int index, bool isAnimated ) : Sprite | ||
index | int | Index. |
isAnimated | bool | If set to |
return | Sprite |
public RequestSprite ( string AssetPath ) : Sprite | ||
AssetPath | string | Asset path. |
return | Sprite |