Struct MotionState
- Namespace
- BepuPhysics
- Assembly
- BepuPhysics.dll
Describes the pose and velocity of a body.
public struct MotionState
- Inherited Members
Fields
Pose
Pose of the body.
public RigidPose Pose
Field Value
Velocity
Linear and angular velocity of the body.
public BodyVelocity Velocity
Field Value
Methods
ToString()
Returns a string representing the MotionState.
public override string ToString()
Returns
- string
String representing the MotionState.