Struct BodyVelocity
- Namespace
- Stride.BepuPhysics.Definitions
- Assembly
- Stride.BepuPhysics.dll
public struct BodyVelocity
- Inherited Members
Constructors
BodyVelocity()
public BodyVelocity()
BodyVelocity(Vector3, Vector3)
Creates a new set of body velocities.
public BodyVelocity(Vector3 linear, Vector3 angular)
Parameters
linear
Vector3Linear velocity to use for the body.
angular
Vector3Angular velocity to use for the body.
Fields
Angular
Angular velocity associated with the body.
public Vector3 Angular
Field Value
Linear
Linear velocity associated with the body.
public Vector3 Linear