Version: 2019.1
public static InteractionSourceState[] GetCurrentReading ();

Returns

InteractionSourceState[] An array of InteractionSourceState snapshots.

Description

Get the current SourceState.


public static int GetCurrentReading (InteractionSourceState[] sourceStates);

Parameters

sourceStatesAn array for storing InteractionSourceState snapshots.

Returns

int The number of snapshots stored in the array, up to the size of the array.

Description

Allows retrieving the current source states without allocating an array. The number of retrieved source states will be returned, up to a maximum of the size of the array.