GetBatchVelocity(ReadOnlySpan<PhysicsBody>, Allocator)
Get the velocity for a batch of PhysicsBody.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public static NativeArray<PhysicsBody.BatchVelocity> GetBatchVelocity(ReadOnlySpan<PhysicsBody> bodies, Allocator allocator = Allocator.Temp)
Parameters
The bodies to retrieve the batch of velocity for.
The memory allocator to use for the results. This can only be Allocator.Temp, Allocator.TempJob or Allocator.Persistent.
Returns
Type | Description |
|---|---|
| NativeArray<BatchVelocity> | The batch of velocity for the specified bodies. |