Class DebugState<T> | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class DebugState<T>

    Inheritance
    ScriptableObject
    DebugState
    DebugState<T>
    DebugStateBool
    DebugStateColor
    DebugStateFloat
    DebugStateInt
    DebugStateUInt
    DebugStateVector2
    DebugStateVector3
    DebugStateVector4
    Inherited Members
    DebugState.m_QueryPath
    DebugState.queryPath
    DebugState.OnEnable()
    Namespace: UnityEditor.Experimental.Rendering
    Syntax
    public class DebugState<T> : DebugState
    Type Parameters
    Name Description
    T

    Fields

    m_Value

    Declaration
    protected T m_Value
    Field Value
    Type Description
    T

    Properties

    value

    Declaration
    public virtual T value { get; set; }
    Property Value
    Type Description
    T

    Methods

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    GetValue()

    Declaration
    public override object GetValue()
    Returns
    Type Description
    System.Object
    Overrides
    DebugState.GetValue()

    SetValue(Object, DebugUI.IValueField)

    Declaration
    public override void SetValue(object value, DebugUI.IValueField field)
    Parameters
    Type Name Description
    System.Object value
    DebugUI.IValueField field
    Overrides
    DebugState.SetValue(Object, DebugUI.IValueField)
    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