Class Slider3D

Class Hierarchy

Use the Slider 3D node as a building block for a 3D UI control that lets the application user change a numerical value using a visual indicator between a minimum and a maximum value.

To disable a Slider 3D node, set the Node::EnabledProperty to \e false. A disabled Slider 3D does not respond to input. To visually indicate the disabled state of a Slider 3D node, create a state manager and use the Node::EffectivelyEnabledProperty as its controller property. When Kanzi disables a Slider 3D node, it cancels current gestures and preserves the slider value.

Use a Slider 3D to allow users to set a value between a set of minimum and maximum values in 3D space.

Inherits properties and message types from Slider3DMetadata.

Synopsis

Methods
create()

Creates a Slider3D node

Slider3D.Slider3D:create(name)

Creates a Slider3D node.

Parameters
name (string)

The name of the stack layout.