| ContactSetIndexOf Method |
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public int IndexOf(
Contact item
)
Public Function IndexOf (
item As Contact
) As Integer
public:
virtual int IndexOf(
Contact^ item
) sealed
abstract IndexOf :
item : Contact -> int
override IndexOf :
item : Contact -> int
Parameters
- item
- Type: DigitalRune.Geometry.CollisionsContact
The contact to locate in the ContactSet.
Return Value
Type:
Int32
The index of
item if found in the contact set; otherwise, -1.
Implements
IListTIndexOf(T)See Also