Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

profileA

The first world profile to find the maximum of.

profileB

The second world profile to find the maximum of.

Returns

Type

Description

WorldProfileThe maximum values from both world profile.