Maximum(WorldProfile, WorldProfile)
Find the maximum values the specified world profiles.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public static PhysicsWorld.WorldProfile Maximum(PhysicsWorld.WorldProfile profileA, PhysicsWorld.WorldProfile profileB)
Parameters
The first world profile to find the maximum of.
The second world profile to find the maximum of.
Returns
Type | Description |
|---|---|
| WorldProfile | The maximum values from both world profile. |