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

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

Parameters

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

Description

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