Registers new collision body.

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

Syntax

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

Parameters

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

See Also