Property objectType
- Namespace
- Pinwheel.Vista.ExposeProperty
- Assembly
- Pinwheel.Vista.Runtime.dll
objectType
Gets the Unity object type accepted by this property when propertyType is Pinwheel.Vista.ExposeProperty.PropertyType.UnityObject.
public Type objectType { get; }
Property Value
Remarks
The type is reconstructed from the stored assembly-qualified name and may be null when the property does not target a Unity object reference.