Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTextureOffset(string, out bool, out bool)

Get the value of a given texture offset for a given texture property.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule

GetTextureOffset(string, bool, bool)

Warning
Deprecated. Use MaterialProperty instead.
public Vector2 GetTextureOffset(string propertyName, out bool hasMixedValueX, out bool hasMixedValueY)

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?

Returns

Type

Description

Vector2