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
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | ScriptableObject | 
         | 
      
    
  
  Implements
      
  
  
  
  graphData
  
  
  Declaration
  
    public IGraphData graphData { get; }
   
  Property Value
  
  Implements
      
  
  
  
  instanceObject
  
  
  Declaration
  
    public UnityEngine.Object instanceObject { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | UnityEngine.Object | 
         | 
      
    
  
  Implements
      
  
  
  
  isSerializationRoot
  
  
  Declaration
  
    public bool isSerializationRoot { get; }
   
  Property Value
  
  Implements
      
  
  
  
  rootSerializer
  
  
  Declaration
  
    public IGraphRootSerializer rootSerializer { get; }
   
  Property Value
  
  Implements
      
  
  
  
  serializedObject
  
  
  Declaration
  
    public UnityEngine.Object serializedObject { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | UnityEngine.Object | 
         | 
      
    
  
  Implements
      
  Methods
  
  
  
  
  ToString()
  
  
  Declaration
  
    public override string ToString()
   
  Returns
  
  Overrides
  
  Extension Methods