User:Azeon/Project: Three/Classes/Entity
An Entity is the base class on which most tangible things are based.
Entity properties
| ||
---|---|---|
Name | Type | Description/Misc. notes |
uuid
|
String | A uniquely identifying string. |
pos
|
Vector3D | A 3-dimensional vector containing the Entity's x, y, and z positions. |
angle
|
Angle3D | A 3-dimensional angle vector containing the Entity's x, y, and z angles. |
mom
|
Vector3D | A 3-dimensional vector containing the Entity's x, y, and z momentum. |