SetTextureScale
SetTextureScale(int, Vector2)
Description
Set TextureScale value.
Parameters
Parameter Name | Description |
---|---|
nameID | Property name ID. Specify the ID of the vector property that stores TextureScale. |
scale | Value to set |
SetTextureScale(string, Vector2)
Description
Set TextureScale value.
Parameters
Parameter Name | Description |
---|---|
name | Property name. Specify the name of the vector property that stores TextureScale. |
scale | Value to set |