SetTextureScale

public void SetTextureScale(int nameID, Vector2 scale) ;

Set TextureScale value.

Parameter Name Description
nameID Property name ID.
Specify the ID of the vector property that stores TextureScale.
scale Value to set
public void SetTextureScale(string name, Vector2 scale) ;

Set TextureScale value.

Parameter Name Description
name Property name.
Specify the name of the vector property that stores TextureScale.
scale Value to set