Click or drag to resize

ControllerListItem Property

Indexer

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public Controller this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: Controller

Implements

IListTItemInt32
IReadOnlyListTItemInt32
See Also