Class DebugState
Inheritance
System.Object
DebugState
Syntax
public abstract class DebugState : ScriptableObject
Fields
m_QueryPath
Declaration
protected string m_QueryPath
Field Value
Type |
Description |
System.String |
|
Properties
queryPath
Declaration
public string queryPath { get; }
Property Value
Type |
Description |
System.String |
|
Methods
GetValue()
Declaration
public abstract object GetValue()
Returns
Type |
Description |
System.Object |
|
OnEnable()
Declaration
public virtual void OnEnable()
SetValue(Object, DebugUI.IValueField)
Declaration
public abstract void SetValue(object value, DebugUI.IValueField field)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
DebugUI.IValueField |
field |
|