Click or drag to resize

ControllerListIndexOf Method

Searches for the specified object and returns its index

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public int IndexOf(
	Controller item
)

Parameters

item
Type: ImmerseSDK.ControllersController

Return Value

Type: Int32

Implements

IListTIndexOf(T)
See Also