Property | Type | Description | |
---|---|---|---|
SourceRectangle | Rectangle |
Property | Type | Description | |
---|---|---|---|
disposed | bool | ||
isGlobalAsset | bool |
Method | Description | |
---|---|---|
ImageAtlas ( string atlasPath, string textureName ) : System |
Initializes a new instance of the ImageAtlas class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
Initialize ( ) : void |
Performs further custom initialization for this instance.
|
|
UpdateSourceRectangle ( ) : void |
Updates the source rectangle.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public ImageAtlas ( string atlasPath, string textureName ) : System | ||
atlasPath | string | The atlas path. |
textureName | string | Name of the texture. |
return | System |