Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


propertyType

Type of this property (Read Only).
Read time 1 minuteLast updated 6 days ago

Definition

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

Remarks

Property type determines which of the "value" variable accessors are valid. For example, only SerializedProperty.boolValue is valid for SerializedPropertyType.Boolean