docs.unity3d.com
    Show / Hide Table of Contents

    Class NavOptionsDrawerUIE

    Navigation options drawer for the UIElements backend.

    Inheritance
    Object
    GUIDrawer
    PropertyDrawer
    NavOptionsDrawerUIE
    Inherited Members
    PropertyDrawer.OnGUI(Rect, SerializedProperty, GUIContent)
    PropertyDrawer.GetPropertyHeight(SerializedProperty, GUIContent)
    PropertyDrawer.CanCacheInspectorGUI(SerializedProperty)
    PropertyDrawer.attribute
    PropertyDrawer.fieldInfo
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.AppUI.Navigation.Editor
    Syntax
    [CustomPropertyDrawer(typeof(NavOptions))]
    public class NavOptionsDrawerUIE : PropertyDrawer

    Methods

    CreatePropertyGUI(SerializedProperty)

    Override this method to make your own UI Toolkit based GUI for the property.

    Declaration
    public override VisualElement CreatePropertyGUI(SerializedProperty property)
    Parameters
    Type Name Description
    SerializedProperty property

    The SerializedProperty to make the custom GUI for.

    Returns
    Type Description
    VisualElement

    The VisualElement representing the custom GUI for the given property.

    Overrides
    PropertyDrawer.CreatePropertyGUI(SerializedProperty)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023