Barotrauma Client Doc
Barotrauma.PrefabCollection< T >.InheritanceTreeCollection.Node Class Reference

Public Member Functions

 Node (Identifier identifier)
 

Public Attributes

readonly Identifier Identifier
 
NodeParent = null
 
readonly HashSet< NodeInheritors = new HashSet<Node>()
 

Detailed Description

Definition at line 110 of file PrefabCollection.cs.

Constructor & Destructor Documentation

◆ Node()

Barotrauma.PrefabCollection< T >.InheritanceTreeCollection.Node.Node ( Identifier  identifier)

Definition at line 112 of file PrefabCollection.cs.

Member Data Documentation

◆ Identifier

readonly Identifier Barotrauma.PrefabCollection< T >.InheritanceTreeCollection.Node.Identifier

Definition at line 114 of file PrefabCollection.cs.

◆ Inheritors

readonly HashSet<Node> Barotrauma.PrefabCollection< T >.InheritanceTreeCollection.Node.Inheritors = new HashSet<Node>()

Definition at line 116 of file PrefabCollection.cs.

◆ Parent

Node? Barotrauma.PrefabCollection< T >.InheritanceTreeCollection.Node.Parent = null

Definition at line 115 of file PrefabCollection.cs.