Version: 2021.3
언어: 한국어
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);

파라미터

label Label for the field.
scaleOffset Draw scale / offset.

설명

Draw a property field for a texture shader property.