ReceiverBase.OnUpdate(InteractableStates, Interactable) Method

Definition

The state has changed

public:
 abstract void OnUpdate(Microsoft::MixedReality::Toolkit::UI::InteractableStates ^ state, Microsoft::MixedReality::Toolkit::UI::Interactable ^ source);
public abstract void OnUpdate (Microsoft.MixedReality.Toolkit.UI.InteractableStates state, Microsoft.MixedReality.Toolkit.UI.Interactable source);
abstract member OnUpdate : Microsoft.MixedReality.Toolkit.UI.InteractableStates * Microsoft.MixedReality.Toolkit.UI.Interactable -> unit
Public MustOverride Sub OnUpdate (state As InteractableStates, source As Interactable)

Parameters

source
Interactable

Applies to