Battle Talent
V11
|
Inherits PredictedState.
Public Member Functions | |
RigidbodyState (double timestamp, Vector3 positionDelta, Vector3 position, Quaternion rotation, Vector3 velocityDelta, Vector3 velocity) | |
void | AdjustDeltas (float multiplier) |
Static Public Member Functions | |
static RigidbodyState | Interpolate (RigidbodyState a, RigidbodyState b, float t) |
Public Attributes | |
Vector3 | positionDelta |
Vector3 | position |
Quaternion | rotation |
Vector3 | velocityDelta |
Vector3 | velocity |
Properties | |
double | timestamp [get] |