Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Obsolete
Use MaterialProperty instead.

MaterialEditor.GetTextureScale

Switch to Manual
public function GetTextureScale(propertyName: string, out hasMixedValueX: bool, out hasMixedValueY: bool): Vector2;

Parameters

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.