Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Maximum(WorldCounters, WorldCounters)

Find the maximum values the specified world counters.
Read time 1 minuteLast updated 13 days ago

Definition

public static PhysicsWorld.WorldCounters Maximum(PhysicsWorld.WorldCounters countersA, PhysicsWorld.WorldCounters countersB)

Parameters

countersA

The first world counters to find the maximum of.

countersB

The second world counters to find the maximum of.

Returns

Type

Description

WorldCountersThe maximum values from both world counters.