public static InteractionSourceState[] GetCurrentReading ();

반환

InteractionSourceState[] An array of InteractionSourceState snapshots.

설명

Get the current SourceState.


public static int GetCurrentReading (InteractionSourceState[] sourceStates);

파라미터

sourceStatesAn array for storing InteractionSourceState snapshots.

반환

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

설명

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.