GetBatchTransform(ReadOnlySpan<PhysicsBody>, Allocator)
Get the transform 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.BatchTransform> GetBatchTransform(ReadOnlySpan<PhysicsBody> bodies, Allocator allocator = Allocator.Temp)
Parameters
The bodies to retrieve the batch of transforms for.
The memory allocator to use for the results. This can only be Allocator.Temp, Allocator.TempJob or Allocator.Persistent.
Returns
Type | Description |
|---|---|
| NativeArray<BatchTransform> | The batch of transform for the specified bodies. |