Class BoltClassGraphRoot
Inheritance
BoltClassGraphRoot
Syntax
public sealed class BoltClassGraphRoot : IGraphRoot, IGraphParent
Constructors
BoltClassGraphRoot(BoltClass, IBoltClassGraph)
Declaration
public BoltClassGraphRoot(BoltClass definition, 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