Unregisters collision body.

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void UnregisterBody(
	string name
)
Visual Basic
Public Sub UnregisterBody ( _
	name As String _
)
JScript
public function UnregisterBody(
	name : String
)

Parameters

name
Type: System..::..String
Unique ID of collision body.

See Also