Maximum(WorldCounters, WorldCounters)
Find the maximum values the specified world counters.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public static PhysicsWorld.WorldCounters Maximum(PhysicsWorld.WorldCounters countersA, PhysicsWorld.WorldCounters countersB)
Parameters
The first world counters to find the maximum of.
The second world counters to find the maximum of.
Returns
Type | Description |
|---|---|
| WorldCounters | The maximum values from both world counters. |