Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

angularVelocityThe angular velocity of the body, in degrees per second. _angularVelocity.
linearVelocityThe linear velocity of the body. _linearVelocity.
physicsBodyThe PhysicsBody to write to.