EnumFlagsAttributeDrawer 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.
Renders enum flags on fields with the attribute. From https://answers.unity.com/questions/486694/default-editor-enum-as-flags-.html
public ref class EnumFlagsAttributeDrawer : UnityEditor::PropertyDrawer
[UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.EnumFlagsAttribute))]
public class EnumFlagsAttributeDrawer : UnityEditor.PropertyDrawer
[<UnityEditor.CustomPropertyDrawer(typeof(Microsoft.MixedReality.Toolkit.EnumFlagsAttribute))>]
type EnumFlagsAttributeDrawer = class
inherit PropertyDrawer
Public Class EnumFlagsAttributeDrawer
Inherits PropertyDrawer
- Inheritance
-
UnityEditor.PropertyDrawerEnumFlagsAttributeDrawer
- Attributes
-
UnityEditor.CustomPropertyDrawerAttribute
Constructors
EnumFlagsAttributeDrawer() |
Methods
OnGUI(Rect, SerializedProperty, GUIContent) |