SetTexture
SetTexture(int, Texture)
public void SetTexture(int nameID, Texture value) ;
Description
Set the Texture value.
Parameters
Parameter Name | Description |
---|---|
nameID | Property name ID |
value | Value |
SetTexture(string, Texture)
public void SetTexture(string name, Texture value) ;
Description
Set the Texture value.
Parameters
Parameter Name | Description |
---|---|
name | Property name |
value | Value |