Barotrauma Client Doc
|
Public Member Functions | |||
ClusterLocation (VoronoiCell cell, GraphEdge edge, bool initializeResourceList=false) | |||
| |||
bool | Equals (ClusterLocation anotherLocation) | ||
bool | Equals (VoronoiCell cell, GraphEdge edge) | ||
void | InitializeResources () | ||
Properties | |
VoronoiCell | Cell [get] |
GraphEdge | Edge [get] |
Vector2 | EdgeCenter [get] |
List< Item > | Resources [get] |
Can be null unless initialized in constructor More... | |
Definition at line 2594 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
Barotrauma.Level.ClusterLocation.ClusterLocation | ( | VoronoiCell | cell, |
GraphEdge | edge, | ||
bool | initializeResourceList = false |
||
) |
initializeResourceList | List is initialized only when specified, otherwise will be null |
Definition at line 2605 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
bool Barotrauma.Level.ClusterLocation.Equals | ( | ClusterLocation | anotherLocation | ) |
bool Barotrauma.Level.ClusterLocation.Equals | ( | VoronoiCell | cell, |
GraphEdge | edge | ||
) |
void Barotrauma.Level.ClusterLocation.InitializeResources | ( | ) |
Definition at line 2619 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
|
get |
Definition at line 2596 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
|
get |
Definition at line 2597 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
|
get |
Definition at line 2598 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.
|
get |
Can be null unless initialized in constructor
Definition at line 2602 of file BarotraumaShared/SharedSource/Map/Levels/Level.cs.