C# Класс Microsoft.MixedReality.Toolkit.Input.GazeProvider.InternalGazePointer

Наследование: Microsoft.MixedReality.Toolkit.Input.GenericPointer
Показать файл Открыть проект

Открытые методы

Метод Описание
InternalGazePointer ( GazeProvider gazeProvider, string pointerName, IMixedRealityInputSource inputSourceParent, Array raycastLayerMasks, float pointerExtent, Transform gazeTransform, BaseRayStabilizer stabilizer ) : Microsoft.MixedReality.Toolkit.Physics
OnPostSceneQuery ( ) : void
OnPreCurrentPointerTargetChange ( ) : void
OnPreSceneQuery ( ) : void
RaisePointerDown ( Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction mixedRealityInputAction, Handedness handedness = Handedness.None, IMixedRealityInputSource inputSource = null ) : void

Press this pointer. This sends a pointer down event across the input system.

RaisePointerUp ( Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction mixedRealityInputAction, Handedness handedness = Handedness.None, IMixedRealityInputSource inputSource = null ) : void

Release this pointer. This sends pointer clicked and pointer up events across the input system.

Приватные методы

Метод Описание
SetGazeInputSourceParent ( IMixedRealityInputSource gazeInputSource ) : void

Only for use when initializing Gaze Pointer on startup.

Описание методов

InternalGazePointer() публичный Метод

public InternalGazePointer ( GazeProvider gazeProvider, string pointerName, IMixedRealityInputSource inputSourceParent, Array raycastLayerMasks, float pointerExtent, Transform gazeTransform, BaseRayStabilizer stabilizer ) : Microsoft.MixedReality.Toolkit.Physics
gazeProvider GazeProvider
pointerName string
inputSourceParent IMixedRealityInputSource
raycastLayerMasks Array
pointerExtent float
gazeTransform Transform
stabilizer BaseRayStabilizer
Результат Microsoft.MixedReality.Toolkit.Physics

OnPostSceneQuery() публичный Метод

public OnPostSceneQuery ( ) : void
Результат void

OnPreCurrentPointerTargetChange() публичный Метод

public OnPreCurrentPointerTargetChange ( ) : void
Результат void

OnPreSceneQuery() публичный Метод

public OnPreSceneQuery ( ) : void
Результат void

RaisePointerDown() публичный Метод

Press this pointer. This sends a pointer down event across the input system.
public RaisePointerDown ( Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction mixedRealityInputAction, Handedness handedness = Handedness.None, IMixedRealityInputSource inputSource = null ) : void
mixedRealityInputAction Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction The input action that corresponds to the pressed button or axis.
handedness Handedness Optional handedness of the source that pressed the pointer.
inputSource IMixedRealityInputSource
Результат void

RaisePointerUp() публичный Метод

Release this pointer. This sends pointer clicked and pointer up events across the input system.
public RaisePointerUp ( Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction mixedRealityInputAction, Handedness handedness = Handedness.None, IMixedRealityInputSource inputSource = null ) : void
mixedRealityInputAction Microsoft.MixedReality.Toolkit.Input.MixedRealityInputAction The input action that corresponds to the released button or axis.
handedness Handedness Optional handedness of the source that released the pointer.
inputSource IMixedRealityInputSource
Результат void