Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


propertyType

The type of the property.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public ShaderPropertyType propertyType { get; }

Remarks

Material properties can be textures, colors, floats and so on. Depending on the type, use MaterialProperty.textureValue, MaterialProperty.colorValue, MaterialProperty.vectorValue or MaterialProperty.floatValue to access the property value.