Expand description
Strongly typed property hints.
Structs§
- Array
Hint - Array hints optionally with an element hint.
- Enum
Hint - Hints that an integer, float or string property is an enumerated value to pick in a list.
- ExpEasing
Hint - Hints that a float property should be edited via an exponential easing function.
- Range
Hint - Hints that an integer or float property should be within an inclusive range.
Enums§
- Color
Hint - Possible hints for
Color
. - Float
Hint - Possible hints for floats.
- IntHint
- Possible hints for integers.
- String
Hint - Possible hints for strings.