Click or drag to resize

ControllerListCopyTo Method

Copies the list

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public void CopyTo(
	Controller[] array,
	int arrayIndex
)

Parameters

array
Type: ImmerseSDK.ControllersController
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also