IInteractableHandler Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IInteractableHandler
public interface IInteractableHandler
type IInteractableHandler = interface
Public Interface IInteractableHandler
- Derived
Methods
OnClick(InteractableStates, Interactable, IMixedRealityPointer) |
A click event happened |
OnStateChange(InteractableStates, Interactable) | |
OnVoiceCommand(InteractableStates, Interactable, String, Int32, Int32) |
A voice command was called |