MaterialEditor.GetTextureScale

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

Parameters

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

Description

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