PropertyHint enum

Inheritance
Available extensions

Values

none → const PropertyHint
const PropertyHint(0)
range → const PropertyHint
const PropertyHint(1)
enumVal → const PropertyHint
const PropertyHint(2)
enumSuggestion → const PropertyHint
const PropertyHint(3)
expEasing → const PropertyHint
const PropertyHint(4)
const PropertyHint(5)
flags → const PropertyHint
const PropertyHint(6)
layers_2dRender → const PropertyHint
const PropertyHint(7)
layers_2dPhysics → const PropertyHint
const PropertyHint(8)
layers_2dNavigation → const PropertyHint
const PropertyHint(9)
layers_3dRender → const PropertyHint
const PropertyHint(10)
layers_3dPhysics → const PropertyHint
const PropertyHint(11)
layers_3dNavigation → const PropertyHint
const PropertyHint(12)
layersAvoidance → const PropertyHint
const PropertyHint(37)
file → const PropertyHint
const PropertyHint(13)
dir → const PropertyHint
const PropertyHint(14)
globalFile → const PropertyHint
const PropertyHint(15)
globalDir → const PropertyHint
const PropertyHint(16)
resourceType → const PropertyHint
const PropertyHint(17)
multilineText → const PropertyHint
const PropertyHint(18)
expression → const PropertyHint
const PropertyHint(19)
placeholderText → const PropertyHint
const PropertyHint(20)
colorNoAlpha → const PropertyHint
const PropertyHint(21)
objectId → const PropertyHint
const PropertyHint(22)
typeString → const PropertyHint
const PropertyHint(23)
nodePathToEditedNode → const PropertyHint
const PropertyHint(24)
objectTooBig → const PropertyHint
const PropertyHint(25)
nodePathValidTypes → const PropertyHint
const PropertyHint(26)
saveFile → const PropertyHint
const PropertyHint(27)
globalSaveFile → const PropertyHint
const PropertyHint(28)
intIsObjectid → const PropertyHint
const PropertyHint(29)
intIsPointer → const PropertyHint
const PropertyHint(30)
arrayType → const PropertyHint
const PropertyHint(31)
localeId → const PropertyHint
const PropertyHint(32)
localizableString → const PropertyHint
const PropertyHint(33)
nodeType → const PropertyHint
const PropertyHint(34)
hideQuaternionEdit → const PropertyHint
const PropertyHint(35)
password → const PropertyHint
const PropertyHint(36)
max → const PropertyHint
const PropertyHint(38)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

sTypeInfo PrimitiveTypeInfo<PropertyHint>
final

Constants

values → const List<PropertyHint>
A constant List of the values in this enum, in order of their declaration.