PhysicsBody.BatchVelocity
A batch item used to set the velocity of a PhysicsBody.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public struct PhysicsBody.BatchVelocity
Constructors
Constructor | Description |
|---|---|
| BatchVelocity(Unity.U2D.Physics.PhysicsBody) | Create a default batch velocity, assigning the PhysicsBody. |
Properties
Property | Description |
|---|---|
| angularVelocity | The angular velocity of the body, in degrees per second. _angularVelocity. |
| linearVelocity | The linear velocity of the body. _linearVelocity. |
| physicsBody | The PhysicsBody to write to. |