SetTextureOffset

public void SetTextureOffset(int nameID, Vector2 offset) ;

Set TextureOffset value.

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

Set TextureOffset value.

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