Property | Type | Description | |
---|---|---|---|
RefreshSourceRectangle | void | ||
RefreshTextureIndex | void |
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
InternalLoadTexture ( string &textureId, Texture2D &sourceTexture, Rectangle &sourceRecangle ) : void | ||
InternalUnloadTexture ( ) : void |
Method | Description | |
---|---|---|
RefreshSourceRectangle ( bool refreshInnerTexture ) : void |
Refresh the source rectangle of the sprite transform 2D.
|
|
RefreshTextureIndex ( bool refreshInnerTexture ) : void |
Refresh texture index from its name
|
protected InternalLoadTexture ( string &textureId, Texture2D &sourceTexture, Rectangle &sourceRecangle ) : void | ||
textureId | string | |
sourceTexture | Texture2D | |
sourceRecangle | Rectangle | |
return | void |