Class PhysicsManager.Statistics
Inheritance
System.Object
PhysicsManager.Statistics
Namespace: Motphys.Rigidbody
Assembly: solution.dll
Syntax
public class Statistics
Properties
contacts
Declaration
public static NativeArray<ContactDebugInfo> contacts { get; }
Property Value
Type | Description |
---|---|
NativeArray<ContactDebugInfo> | All contact debug infos produced during last step frame. |