Version: 2017.2
public Texture TextureProperty (MaterialProperty prop, string label);
public Texture TextureProperty (MaterialProperty prop, string label, bool scaleOffset);
public Texture TextureProperty (Rect position, MaterialProperty prop, string label);
public Texture TextureProperty (Rect position, MaterialProperty prop, string label, bool scaleOffset);
public Texture TextureProperty (Rect position, MaterialProperty prop, string label, string tooltip, bool scaleOffset);

Parámetros

label Label for the field.
scaleOffset Dibuja escala / desplazamiento.

Descripción

Dibuja un campo de propiedad para una propiedad shader de textura.