Version: 2018.1
Experimental: this API is experimental and might be changed or removed in the future.

XRInputSubsystem

class in UnityEngine.Experimental.XR

/

継承:Experimental.Subsystem

マニュアルに切り替える

説明

XRInputSubsystem Instance is used to enable and disable the inputs coming from a specific plugin.

Starting up an XRInputSubsystem Instance will cause that plugin to start feeding input device data to the following InputTracking systems: InputTracking.GetLocalPosition and InputTracking.GetLocalRotation. Calling the Stop or Shutdown functions will disable polling any input device data for that plugin.

継承メンバー

Public 関数

DestroyDestroys this instance of a subsystem.
StartStarts an instance of a subsystem.
StopStops an instance of a subsystem.