SetTexture

public void SetTexture(int nameID, Texture value) ;

Set the Texture value.

Parameter Name Description
nameID Property name ID
value Value
public void SetTexture(string name, Texture value) ;

Set the Texture value.

Parameter Name Description
name Property name
value Value