Legacy Documentation: Version 5.0
Language: English
  • 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

propertyNameName of the texture property that you wish to examine the scale of.
hasMixedValueXDoes the x scale have multiple values?
hasMixedValueYDoes the y scale have multiple values?

Description

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