Barotrauma Server Doc
|
Public Member Functions | |
LevelWall (List< Vector2 > vertices, Color color, Level level, bool giftWrap=false, bool createBody=true) | |
LevelWall (List< Vector2 > edgePositions, Vector2 extendAmount, Color color, Level level) | |
virtual void | Update (float deltaTime) |
bool | IsPointInside (Vector2 point) |
void | Dispose () |
Public Attributes | |
float | MoveSpeed |
Protected Attributes | |
readonly Level | level |
Properties | |
List< VoronoiCell > | Cells [get] |
Body | Body [get] |
Vector2 | MoveAmount [get, set] |
float | WallDamageOnTouch [get, set] |
float | MoveState [get, set] |
Definition at line 14 of file LevelWall.cs.
Barotrauma.LevelWall.LevelWall | ( | List< Vector2 > | vertices, |
Color | color, | ||
Level | level, | ||
bool | giftWrap = false , |
||
bool | createBody = true |
||
) |
Definition at line 60 of file LevelWall.cs.
Barotrauma.LevelWall.LevelWall | ( | List< Vector2 > | edgePositions, |
Vector2 | extendAmount, | ||
Color | color, | ||
Level | level | ||
) |
Definition at line 90 of file LevelWall.cs.
void Barotrauma.LevelWall.Dispose | ( | ) |
Definition at line 153 of file LevelWall.cs.
bool Barotrauma.LevelWall.IsPointInside | ( | Vector2 | point | ) |
Definition at line 148 of file LevelWall.cs.
|
virtual |
Reimplemented in Barotrauma.DestructibleLevelWall.
Definition at line 129 of file LevelWall.cs.
|
protected |
Definition at line 20 of file LevelWall.cs.
float Barotrauma.LevelWall.MoveSpeed |
Definition at line 50 of file LevelWall.cs.
|
get |
Definition at line 18 of file LevelWall.cs.
|
get |
Definition at line 16 of file LevelWall.cs.
|
getset |
Definition at line 29 of file LevelWall.cs.
|
getset |
Definition at line 54 of file LevelWall.cs.
|
getset |
Definition at line 40 of file LevelWall.cs.