SetTextureScale

SetTextureScale(int, Vector2)

public void SetTextureScale(int nameID, Vector2 scale) ;

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)

public void SetTextureScale(string name, Vector2 scale) ;

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