Click or drag to resize

ScenePhysicsUseBodyPairContactCache Property

Whether or not to use the body pair cache, which removes the need for narrow phase collision detection when orientation between two bodies didn't change.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Reference<bool> PhysicsUseBodyPairContactCache { get; set; }

Property Value

Type: ReferenceBoolean
See Also