Interface IGraphRoot
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IGraphRoot : IGraphParent
  Properties
definitionObject
Declaration
ScriptableObject definitionObject { get; }
  Property Value
| Type | Description | 
|---|---|
| ScriptableObject | 
graphData
Declaration
IGraphData graphData { get; }
  Property Value
| Type | Description | 
|---|---|
| IGraphData | 
instanceObject
Declaration
UnityEngine.Object instanceObject { get; }
  Property Value
| Type | Description | 
|---|---|
| UnityEngine.Object | 
rootSerializer
Declaration
IGraphRootSerializer rootSerializer { get; }
  Property Value
| Type | Description | 
|---|---|
| IGraphRootSerializer |