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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetContacts(
	out int count,
	out ScenePhysicsWorldClassContactItem* buffer
)

Parameters

count
Type: SystemInt32
buffer
Type: NeoAxisScenePhysicsWorldClassContactItem*

Return Value

Type: 
See Also