| ContactSetRemove Method |
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public bool Remove(
Contact item
)
Public Function Remove (
item As Contact
) As Boolean
public:
virtual bool Remove(
Contact^ item
) sealed
abstract Remove :
item : Contact -> bool
override Remove :
item : Contact -> bool
Parameters
- item
- Type: DigitalRune.Geometry.CollisionsContact
The contact to remove from the ContactSet.
Return Value
Type:
Boolean if
item was successfully removed from the
ContactSet; otherwise,
. This method also returns
if
item is not found in the original
ContactSet.
Implements
ICollectionTRemove(T)See Also