IMixedRealityFocusHandler.OnFocusEnter(FocusEventData) Method
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.
The Focus Enter event is raised on this GameObject whenever a IMixedRealityPointer's focus enters this GameObject's Collider.
public:
void OnFocusEnter(Microsoft::MixedReality::Toolkit::Input::FocusEventData ^ eventData);
public void OnFocusEnter (Microsoft.MixedReality.Toolkit.Input.FocusEventData eventData);
abstract member OnFocusEnter : Microsoft.MixedReality.Toolkit.Input.FocusEventData -> unit
Public Sub OnFocusEnter (eventData As FocusEventData)
Parameters
- eventData
- FocusEventData