Свойство | Type | Description | |
---|---|---|---|
disposed | bool |
Свойство | Type | Description | |
---|---|---|---|
InitMaterial | void | ||
LoadTexture | void | ||
RefreshTexture | void | ||
UnloadTexture | void | ||
UpdateNinePatchData | void | ||
UpdateTransformRectangleSize | void |
Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Releases unmanaged and - optionally - managed resources.
|
Méthode | Description | |
---|---|---|
DefaultValues ( ) : void |
The default values
|
|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
Initialize ( ) : void |
Performs further custom initialization for this instance.
|
|
InternalLoadTexture ( string &textureId, Texture2D &sourceTexture, Rectangle &sourceRecangle ) : void | ||
InternalUnloadTexture ( ) : void | ||
RefreshInnerTexture ( string textureId, Texture2D sourceTexture, Rectangle sourceRecangle ) : void |
Méthode | Description | |
---|---|---|
InitMaterial ( ) : void |
Init material
|
|
LoadTexture ( ) : void | ||
RefreshTexture ( ) : void |
Refresh the sprite texture
|
|
UnloadTexture ( bool innerTextureOnly = false ) : void |
Unload texture
|
|
UpdateNinePatchData ( string textureId, Texture sourceTexture, Rectangle sourceRectangle ) : void |
Updates the strechable rectangles and inner texture.
|
|
UpdateTransformRectangleSize ( ) : void |
Updates the size of the transform's rectangle.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool |
/// |
Résultat | void |
protected abstract InternalLoadTexture ( string &textureId, Texture2D &sourceTexture, Rectangle &sourceRecangle ) : void | ||
textureId | string | |
sourceTexture | Texture2D | |
sourceRecangle | Rectangle | |
Résultat | void |
protected abstract InternalUnloadTexture ( ) : void | ||
Résultat | void |
protected RefreshInnerTexture ( string textureId, Texture2D sourceTexture, Rectangle sourceRecangle ) : void | ||
textureId | string | |
sourceTexture | Texture2D | |
sourceRecangle | Rectangle | |
Résultat | void |