Barotrauma Client Doc
Barotrauma.Level.Tunnel Class Reference

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< VoronoiCellCells [get]
 
List< WayPointWayPoints [get]
 

Detailed Description

Constructor & Destructor Documentation

◆ Tunnel()

Barotrauma.Level.Tunnel.Tunnel ( TunnelType  type,
List< Point >  nodes,
int  minWidth,
Tunnel  parentTunnel 
)

Member Data Documentation

◆ MinWidth

readonly int Barotrauma.Level.Tunnel.MinWidth

◆ ParentTunnel

readonly Tunnel Barotrauma.Level.Tunnel.ParentTunnel

◆ Type

readonly TunnelType Barotrauma.Level.Tunnel.Type

Property Documentation

◆ Cells

List<VoronoiCell> Barotrauma.Level.Tunnel.Cells
get

◆ Nodes

List<Point> Barotrauma.Level.Tunnel.Nodes
get

◆ WayPoints

List<WayPoint> Barotrauma.Level.Tunnel.WayPoints
get