BaseDwellSample 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.
Example script to demonstrate dwell visuals in sample scene
public ref class BaseDwellSample abstract : UnityEngine::MonoBehaviour
	public abstract class BaseDwellSample : UnityEngine.MonoBehaviour
	type BaseDwellSample = class
    inherit MonoBehaviour
	Public MustInherit Class BaseDwellSample
Inherits MonoBehaviour
		- Inheritance
 - 
				UnityEngine.MonoBehaviourBaseDwellSample
 
- Derived
 
Constructors
| BaseDwellSample() | 
Fields
| dwellHandler | |
| dwellVisualImage | |
| isDwelling | |
| targetButton | 
Methods
| Awake() | |
| ButtonExecute() | |
| DwellCanceled(IMixedRealityPointer) | |
| DwellCompleted(IMixedRealityPointer) | |
| DwellIntended(IMixedRealityPointer) | |
| DwellStarted(IMixedRealityPointer) |