SetTextureOffset
SetTextureOffset(int, Vector2)
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)
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 |