SliderEventData Class

Definition

public ref class SliderEventData
public class SliderEventData
type SliderEventData = class
Public Class SliderEventData
Inheritance
SliderEventData

Constructors

SliderEventData(Single, Single, IMixedRealityPointer, PinchSlider)

Properties

NewValue

The current value of the slider

OldValue

The previous value of the slider

Pointer

The currently active pointer manipulating / hovering the slider, or null if no pointer is manipulating the slider. Note: OnSliderUpdated is called with .Pointer == null OnStart, so always check if this field is null before using!

Slider

The slider that triggered this event

Applies to