MaterialEditor.GetTextureOffset

function GetTextureOffset (propertyName : String, out hasMixedValueX : boolean, out hasMixedValueY : boolean) : Vector2

Parameters

NameDescription
propertyName Name of the texture property that you wish to examine the offset of.
hasMixedValueX Does the x offset have multiple values?
hasMixedValueY Does the y offset have multiple values?

Description

Get the value of a given texture offset for a given texture property.