Class GraphNode
Syntax
public class GraphNode : Node
Fields
controlsContainer
Declaration
protected VisualElement controlsContainer
Field Value
Type |
Description |
VisualElement |
|
Properties
arrayIndex
Declaration
public int arrayIndex { get; }
Property Value
identifier
Declaration
public MemoryIdentifier identifier { get; }
Property Value
type
Declaration
public Type type { get; }
Property Value
Methods
DrawDefaultInspector()
Declaration
public virtual void DrawDefaultInspector()
GetArray<T>(MemoryIdentifier)
Declaration
public MemoryArray<T> GetArray<T>(MemoryIdentifier identifier)
where T : struct
Parameters
Returns
Type Parameters
GetRef<T>(MemoryIdentifier)
Declaration
public MemoryRef<T> GetRef<T>(MemoryIdentifier identifier)
where T : struct
Parameters
Returns
Type Parameters
IsMovable()
Declaration
public override bool IsMovable()
Returns
Item<T>()
Declaration
public T Item<T>()
where T : struct
Returns
Type Parameters
OnCreate()
Declaration
public virtual void OnCreate()
OnPreLateUpdate(ref MotionSynthesizer)
Declaration
public virtual void OnPreLateUpdate(ref MotionSynthesizer synthesizer)
Parameters
OnSelected(ref MotionSynthesizer)
Declaration
public virtual void OnSelected(ref MotionSynthesizer synthesizer)
Parameters
SetReadOnly(Boolean)
Declaration
public void SetReadOnly(bool flag)
Parameters
UpdateState()
Declaration
public void UpdateState()