Photon Fusion 2.1.1

KinematicSnapshot Struct Reference

A kinematic snapshot contains all the data necessary for a physical body to perform and compute motion. More...

Public Member Functions

readonly override string ToString ()

Public Attributes

Vector3 AngularVelocity
 Angular velocity of the rigidbody.
bool IsSleeping
 Is the rigidbody marked as sleeping.
Vector3 LinearVelocity
 Linear velocity of the rigidbody.
Vector3 WorldPosition
 World position of the rigidbody.
Quaternion WorldRotation
 World rotation of the rigidbody.

Detailed Description

A kinematic snapshot contains all the data necessary for a physical body to perform and compute motion.