Barotrauma Client Doc
|
Public Member Functions | |
Tunnel (TunnelType type, List< Point > nodes, int minWidth, Tunnel parentTunnel) | |
Public Attributes | |
readonly Tunnel | ParentTunnel |
readonly int | MinWidth |
readonly TunnelType | Type |
Properties | |
List< Point > | Nodes [get] |
List< VoronoiCell > | Cells [get] |
List< WayPoint > | WayPoints [get] |
Definition at line 139 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
Barotrauma.Level.Tunnel.Tunnel | ( | TunnelType | type, |
List< Point > | nodes, | ||
int | minWidth, | ||
Tunnel | parentTunnel | ||
) |
Definition at line 165 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
readonly int Barotrauma.Level.Tunnel.MinWidth |
Definition at line 143 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
readonly Tunnel Barotrauma.Level.Tunnel.ParentTunnel |
Definition at line 141 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
readonly TunnelType Barotrauma.Level.Tunnel.Type |
Definition at line 145 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
|
get |
Definition at line 153 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
|
get |
Definition at line 147 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
|
get |
Definition at line 159 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.