Class BoltClassShellGraphRoot
Inheritance
BoltClassShellGraphRoot
Syntax
public sealed class BoltClassShellGraphRoot : IGraphRoot, IGraphParent
Constructors
BoltClassShellGraphRoot(IBoltClassShell, IBoltClassGraph)
Declaration
public BoltClassShellGraphRoot(IBoltClassShell shell, IBoltClassGraph graph)
Parameters
Properties
childGraph
Declaration
public IGraph childGraph { get; }
Property Value
Implements
definitionObject
Declaration
public ScriptableObject definitionObject { get; }
Property Value
Implements
graphData
Declaration
public IGraphData graphData { get; }
Property Value
Implements
instanceObject
Declaration
public Object instanceObject { get; }
Property Value
Implements
isSerializationRoot
Declaration
public bool isSerializationRoot { get; }
Property Value
Implements
rootSerializer
Declaration
public IGraphRootSerializer rootSerializer { get; }
Property Value
Implements
serializedObject
Declaration
public Object serializedObject { get; }
Property Value
Implements
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods