SystemTypeReferencePropertyDrawer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Custom property drawer for Utilities.SystemType properties.
public ref class SystemTypeReferencePropertyDrawer : UnityEditor::PropertyDrawer
[UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.Utilities.SystemType))]
[UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.SystemTypeAttribute), true)]
public class SystemTypeReferencePropertyDrawer : UnityEditor.PropertyDrawer
[UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.SystemTypeAttribute), true)]
public class SystemTypeReferencePropertyDrawer : UnityEditor.PropertyDrawer
[UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.SystemTypeAttribute), true)]
[UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.SystemType))]
public class SystemTypeReferencePropertyDrawer : UnityEditor.PropertyDrawer
[<UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.Utilities.SystemType))>]
[<UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.SystemTypeAttribute), true)>]
type SystemTypeReferencePropertyDrawer = class
inherit PropertyDrawer
[<UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.SystemTypeAttribute), true)>]
type SystemTypeReferencePropertyDrawer = class
inherit PropertyDrawer
[<UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.SystemTypeAttribute), true)>]
[<UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.SystemType))>]
type SystemTypeReferencePropertyDrawer = class
inherit PropertyDrawer
Public Class SystemTypeReferencePropertyDrawer
Inherits PropertyDrawer
- Inheritance
-
UnityEditor.PropertyDrawerSystemTypeReferencePropertyDrawer
- Attributes
-
UnityEditor.CustomPropertyDrawerAttribute
Constructors
| SystemTypeReferencePropertyDrawer() |
Properties
| ExcludedTypeCollectionGetter |
Gets or sets a function that returns a collection of types that are
to be excluded from drop-down. A value of |
Methods
| GetPropertyHeight(SerializedProperty, GUIContent) | |
| OnGUI(Rect, SerializedProperty, GUIContent) |