Battle Talent
V11
|
Inherits Snapshot.
Public Member Functions | |
RigidbodySnapshot (double remoteTime, double localTime, bool activeSelf, uint relaId, Vector3 position, Quaternion rotation, Vector3 velocity, Vector3 angularVelocity, Vector3 localPos) | |
void | CopySnapshot (RigidbodySnapshot snapshot) |
override string | ToString () |
Static Public Member Functions | |
static RigidbodySnapshot | Interpolate (RigidbodySnapshot from, RigidbodySnapshot to, double t) |
Public Attributes | |
bool | activeSelf |
uint | relaId |
Vector3 | position |
Quaternion | rotation |
Vector3 | velocity |
Vector3 | angularVelocity |
Vector3 | localPos |
Properties | |
double | remoteTime [get, set] |
double | localTime [get, set] |