Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MaterialEditor.TextureProperty

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);

Parameters

labelLabel for the field.
scaleOffsetDraw scale / offset.

Description

Draw a property field for a texture shader property.

Did you find this page useful? Please give it a rating: