This holds all data needed to update the state of a multiplayer entity.
More...
|
Vector3 | Position |
| Returns the.
|
|
float | Rotation |
| Rotation.
|
|
Vector3 | Velocity |
| The Current Velocity of the Entity. This isn't overly useful if the player is accelerating.
|
|
Matrix | World |
| Gets or Sets the World Orientation of this entity.
|
|
bool | IsThrustDown = false |
|
bool | IsForwardDown = false |
|
bool | IsBackDown = false |
|
bool | IsLeftDown = false |
|
bool | IsRightDown = false |
|
float | TurnAmount = 0 |
|
float | ThrustAmount = 0 |
|
This holds all data needed to update the state of a multiplayer entity.
The documentation for this class was generated from the following file:
- /github/workspace/src/VerticesEngine/src.shared/Net/Entity States/vxNetEntity3DState.cs