docs.unity.cn
    Show / Hide Table of Contents

    Class DebugState

    Serialized state of a Debug Item.

    Inheritance
    Object
    Object
    ScriptableObject
    DebugState
    DebugState<T>
    Inherited Members
    ScriptableObject.SetDirty()
    ScriptableObject.CreateInstance(String)
    ScriptableObject.CreateInstance(Type)
    ScriptableObject.CreateInstance<T>()
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(Object)
    Object.Instantiate(Object, Vector3, Quaternion)
    Object.Instantiate(Object, Vector3, Quaternion, Transform)
    Object.Instantiate(Object)
    Object.Instantiate(Object, Transform)
    Object.Instantiate(Object, Transform, Boolean)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, Boolean)
    Object.Destroy(Object, Single)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, Boolean)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, Boolean)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, Single)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
    Object.FindObjectOfType<T>()
    UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindObjectOfType(Type, Boolean)
    Object.ToString()
    Object.name
    Object.hideFlags
    Namespace: UnityEditor.Rendering
    Syntax
    [Serializable]
    public abstract class DebugState : ScriptableObject

    Fields

    m_QueryPath

    Path of the Debug Item.

    Declaration
    [SerializeField]
    protected string m_QueryPath
    Field Value
    Type Description
    String

    Properties

    queryPath

    Path of the Debug Item.

    Declaration
    public string queryPath { get; }
    Property Value
    Type Description
    String

    Methods

    GetValue()

    Returns the value of the Debug Item.

    Declaration
    public abstract object GetValue()
    Returns
    Type Description
    Object

    Value of the Debug Item.

    OnEnable()

    OnEnable implementation.

    Declaration
    public virtual void OnEnable()

    SetValue(Object, DebugUI.IValueField)

    Set the value of the Debug Item.

    Declaration
    public abstract void SetValue(object value, DebugUI.IValueField field)
    Parameters
    Type Name Description
    Object value

    Input value.

    DebugUI.IValueField field

    Debug Item field.

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 18 November 2022
    Terms of use