Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Net.vxNetEntity3DState Class Reference

This holds all data needed to update the state of a multiplayer entity. More...

Public Attributes

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
 

Detailed Description

This holds all data needed to update the state of a multiplayer entity.


The documentation for this class was generated from the following file: