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.GetTextureOffset

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

Parameters

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.