Click or drag to resize

ScenePhysicsWorldClassBodyGetContacts Method

Subscribes to getting and gets a contacts data of the last simulation step.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void GetContacts(
	out int count,
	out ScenePhysicsWorldClassContactItem* buffer
)

Parameters

count  Int32
 
buffer  ScenePhysicsWorldClassContactItem*
 

Return Value

See Also