Property | Type | Description | |
---|---|---|---|
atlasHeight | int | ||
atlasPadding | int | ||
atlasWidth | int | ||
nodes | List |
Method | Description | |
---|---|---|
AddTexture ( string name, |
||
GetHashCode ( ) : int | ||
GetTexTiling ( string name ) : Vector2 | ||
GetUVRect ( string name ) : |
||
Pack ( int &targetWidth, int targetHeight, int padding, bool correctPow2 ) : void |
public AddTexture ( string name, |
||
name | string | |
diffuse | ||
diffuseColor | Color | |
normal | ||
gloss | ||
transtex | ||
shadowOffsetTex | ||
shininess | float | |
scale | Vector2 | |
tileV | bool | |
uvTiling | Vector2 | |
return | void |
public GetTexTiling ( string name ) : Vector2 | ||
name | string | |
return | Vector2 |
public GetUVRect ( string name ) : |
||
name | string | |
return |
public Pack ( int &targetWidth, int targetHeight, int padding, bool correctPow2 ) : void | ||
targetWidth | int | |
targetHeight | int | |
padding | int | |
correctPow2 | bool | |
return | void |