Add(WorldCounters, WorldCounters)
Add the specified world counters together.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public static PhysicsWorld.WorldCounters Add(PhysicsWorld.WorldCounters countersA, PhysicsWorld.WorldCounters countersB)
Parameters
The first world counters to add.
The second world counters to add.
Returns
Type | Description |
|---|---|
| WorldCounters | The world counters added together. |