SetTextureOffset

SetTextureOffset(int, Vector2)

public void SetTextureOffset(int nameID, Vector2 offset) ;

Description

Set TextureOffset value.

Parameters

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

SetTextureOffset(string, Vector2)

public void SetTextureOffset(string name, Vector2 offset) ;

Description

Set TextureOffset value.

Parameters

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