type
Type name of the property. (Read Only)
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public string type { get; }
Remarks
Returns C# type name of the property for all SerializedPropertyType values, except for SerializedPropertyType.ObjectReference, SerializedPropertyType.ManagedReference and other internal values of SerializedPropertyType, where the internal serialization type name is returned.
Additional Resources: SerializedProperty.arrayElementType