DwellHandler.CurrentDwellState Property
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.
Captures the dwell status
public: property Microsoft::MixedReality::Toolkit::Dwell::DwellStateType CurrentDwellState { public:
Microsoft::MixedReality::Toolkit::Dwell::DwellStateType get(); protected:
void set(Microsoft::MixedReality::Toolkit::Dwell::DwellStateType value); };
public Microsoft.MixedReality.Toolkit.Dwell.DwellStateType CurrentDwellState { get; protected set; }
member this.CurrentDwellState : Microsoft.MixedReality.Toolkit.Dwell.DwellStateType with get, set
Public Property CurrentDwellState As DwellStateType