Click or drag to resize
DigitalRuneContactSetIndexOf Method
Determines the index of a specific Contact in the ContactSet.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public int IndexOf(
	Contact item
)

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