This version of Unity is unsupported.

ImmediatePhysics

class in UnityEngine.LowLevelPhysics

/

Implemented in:UnityEngine.PhysicsModule

Description

This class contains methods to run the immediate simulation steps.

Static Methods

GenerateContactsGenerates the contact points for all the given pairs of shapes. Stores the resulting contacts in the ImmediateContact array, and the number of contacts per each pair in the `outContactCounts` array.