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

返回

InteractionSourceState[] InteractionSourceState 快照的数组。

描述

获取当前的 SourceState。


public static int GetCurrentReading (InteractionSourceState[] sourceStates);

参数

sourceStates 用于存储 InteractionSourceState 快照的数组。

返回

int 存储在数组中的快照数量,最大为数组大小。

描述

允许在不分配数组的情况下检索当前源状态。将返回检索到的源状态数,最大为数组大小。