Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ImmediatePhysics

This class contains methods to run the immediate simulation steps.
Read time 1 minuteLast updated 6 days ago

Definition

public static class ImmediatePhysics

Static Methods

Method

Description

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.