DwellUnityEvent Class
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.
Unity event for a dwell event. Contains the pointer reference.
public ref class DwellUnityEvent : UnityEngine::Events::UnityEvent<Microsoft::MixedReality::Toolkit::Input::IMixedRealityPointer ^>
[System.Serializable]
public class DwellUnityEvent : UnityEngine.Events.UnityEvent<Microsoft.MixedReality.Toolkit.Input.IMixedRealityPointer>
[<System.Serializable>]
type DwellUnityEvent = class
inherit UnityEvent<IMixedRealityPointer>
Public Class DwellUnityEvent
Inherits UnityEvent(Of IMixedRealityPointer)
- Inheritance
-
UnityEngine.Events.UnityEvent<IMixedRealityPointer>DwellUnityEvent
- Attributes
Constructors
DwellUnityEvent() |