Collection of registered collision bodies. Used for serialization purposes.

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

Syntax

C#
public class RegisteredCollisionBodyCollection : List<RegisteredCollisionBody>
Visual Basic
Public Class RegisteredCollisionBodyCollection _
	Inherits List(Of RegisteredCollisionBody)
JScript
public class RegisteredCollisionBodyCollection extends List<RegisteredCollisionBody>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'RegisteredCollisionBody>)>)>
    Ico.Gwx..::..RegisteredCollisionBodyCollection

See Also