GetTextureScale

GetTextureScale(int)

public Vector2 GetTextureScale(int nameID) ;

Description

Get TextureScale value./

Parameters

Parameter Name Description
nameID Property name ID.
Specify the ID of the vector property that stores TextureScale.

Returns

TextureScale value

GetTextureScale(string)

public Vector2 GetTextureScale(string name) ;

Description

Get TextureScale value./

Parameters

Parameter Name Description
name Property name.
Specify the name of the vector property that stores TextureScale.

Returns

TextureScale value