This version of Unity is unsupported.
Method group is Obsolete

InteractionManager.GetCurrentReading

Obsolete Support for built-in VR will be removed in Unity 2020.1. Please update to the new Unity XR Plugin System. More information about the new XR Plugin System can be found at https://docs.unity3d.com/2019.3/Documentation/Manual/XR.html.

Declaration

public static InteractionSourceState[] GetCurrentReading();

Returns

InteractionSourceState[] An array of InteractionSourceState snapshots.

Description

Get the current SourceState.


Obsolete Support for built-in VR will be removed in Unity 2020.1. Please update to the new Unity XR Plugin System. More information about the new XR Plugin System can be found at https://docs.unity3d.com/2019.3/Documentation/Manual/XR.html.

Declaration

public static int GetCurrentReading(InteractionSourceState[] sourceStates);

Parameters

sourceStates An 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.