GetTextureOffset

GetTextureOffset(int)

public Vector2 GetTextureOffset(int nameID) ;

Description

Get TextureOffset value./

Parameters

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

Returns

TextureOffset value

GetTextureOffset(string)

public Vector2 GetTextureOffset(string name) ;

Description

Get TextureOffset value./

Parameters

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

Returns

TextureOffset value