Editar

IMixedRealityPrimaryPointerSelector Interface

Definition

Interface used by the focus provider to select the pointer that will be considered as primary. The current primary pointer can we obtained via PrimaryPointer or subscribing to the primary pointer changed event via SubscribeToPrimaryPointerChanged(PrimaryPointerChangedHandler, Boolean).

public interface class IMixedRealityPrimaryPointerSelector
public interface IMixedRealityPrimaryPointerSelector
type IMixedRealityPrimaryPointerSelector = interface
Public Interface IMixedRealityPrimaryPointerSelector
Derived

Methods

Destroy()

Called on destruction of the focus provider to destroy the selector.

Initialize()

Called on initialization of the focus provider to initialize the selector.

RegisterPointer(IMixedRealityPointer)

Registers a pointer with the selector.

UnregisterPointer(IMixedRealityPointer)

Unregisters a pointer with the selector.

Update()

Called from the focus provider after updating pointers to obtain the new primary pointer.

Applies to