GetTexture
GetTexture(int)
public Texture GetTexture(int nameID) ;
Description
Get the Texture value.
Parameters
| Parameter Name | Description | 
|---|---|
| nameID | Property name ID | 
Returns
Texture value
GetTexture(string)
public Texture GetTexture(string name) ;
Description
Get the Texture value.
Parameters
| Parameter Name | Description | 
|---|---|
| name | Property name | 
Returns
Texture value