XRInputSubsystem

class in UnityEngine.XR

/

Inherits from:IntegratedSubsystem

/

Implemented in:UnityEngine.XRModule

Description 描述

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: XR.InputTracking.GetLocalPosition and XR.InputTracking.GetLocalRotation. Calling the Stop or Shutdown functions will disable polling any input device data for that plugin.

Inherited Members 继承成员

Properties 属性

runningWhether or not the subsystem is running.

Public Methods 公共方法

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