PreviewRangeParameter

Inherits PreviewParameter

This type was introduced in Unity Action QML API 1.0.

Properties

Detailed Description

Provides a range preview parameter. See Preview Actions for more details.

Property Documentation

maximumValue : real

The maximum value of the range.


minimumValue : real

The minimum value of the range.


text : string

The user visible primary label of the parameter.


value : real

The current value of the range.