| ContactSetCollectionAdd Method |
Adds the specified contact set to the collection.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public void Add(
ContactSet item
)
Public Sub Add (
item As ContactSet
)
public:
virtual void Add(
ContactSet^ item
) sealed
abstract Add :
item : ContactSet -> unit
override Add :
item : ContactSet -> unit
Parameters
- item
- Type: DigitalRune.Geometry.CollisionsContactSet
The contact set to add to the collection.
Implements
ICollectionTAdd(T)Exceptions See Also