docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugUIDrawerVector3Field

    Builtin Drawer for Vector3 Debug Items.

    Inheritance
    object
    DebugUIDrawer
    DebugUIFieldDrawer<Vector3, DebugUI.Vector3Field, DebugStateVector3>
    DebugUIDrawerVector3Field
    Inherited Members
    DebugUIFieldDrawer<Vector3, DebugUI.Vector3Field, DebugStateVector3>.Begin(DebugUI.Widget, DebugState)
    DebugUIFieldDrawer<Vector3, DebugUI.Vector3Field, DebugStateVector3>.OnGUI(DebugUI.Widget, DebugState)
    DebugUIFieldDrawer<Vector3, DebugUI.Vector3Field, DebugStateVector3>.End(DebugUI.Widget, DebugState)
    DebugUIDrawer.Begin(DebugUI.Widget, DebugState)
    DebugUIDrawer.OnGUI(DebugUI.Widget, DebugState)
    DebugUIDrawer.End(DebugUI.Widget, DebugState)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Rendering
    Assembly: Unity.RenderPipelines.Core.Editor.dll
    Syntax
    [DebugUIDrawer(typeof(DebugUI.Vector3Field))]
    public sealed class DebugUIDrawerVector3Field : DebugUIFieldDrawer<Vector3, DebugUI.Vector3Field, DebugStateVector3>

    Methods

    DoGUI(Rect, GUIContent, Vector3Field, DebugStateVector3)

    Does the field of the given type

    Declaration
    protected override Vector3 DoGUI(Rect rect, GUIContent label, DebugUI.Vector3Field field, DebugStateVector3 state)
    Parameters
    Type Name Description
    Rect rect

    The rect to draw the field

    GUIContent label

    The label for the field

    DebugUI.Vector3Field field

    The field

    DebugStateVector3 state

    The state

    Returns
    Type Description
    Vector3

    The current value from the UI

    Overrides
    DebugUIFieldDrawer<Vector3, DebugUI.Vector3Field, DebugStateVector3>.DoGUI(Rect, GUIContent, DebugUI.Vector3Field, DebugStateVector3)

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)