Свойство | Тип | Описание | |
---|---|---|---|
Cell1 | Voronoi2.VoronoiCell | ||
IsSolid | bool | ||
NextToCave | bool | ||
OutsideLevel | bool | ||
Point1 | Vector2 | ||
Site1 |
Метод | Описание | |
---|---|---|
AdjacentCell ( Voronoi2.VoronoiCell cell ) : Voronoi2.VoronoiCell | ||
GetNormal ( Voronoi2.VoronoiCell cell ) : Vector2 |
Returns the normal of the edge that points outwards from the specified cell
|
|
GraphEdge ( Vector2 point1, Vector2 point2 ) : Barotrauma | ||
ToString ( ) : string |
public AdjacentCell ( Voronoi2.VoronoiCell cell ) : Voronoi2.VoronoiCell | ||
cell | Voronoi2.VoronoiCell | |
Результат | Voronoi2.VoronoiCell |
public GetNormal ( Voronoi2.VoronoiCell cell ) : Vector2 | ||
cell | Voronoi2.VoronoiCell | |
Результат | Vector2 |
public GraphEdge ( Vector2 point1, Vector2 point2 ) : Barotrauma | ||
point1 | Vector2 | |
point2 | Vector2 | |
Результат | Barotrauma |