AFadeCurve enum

Options include tri qsin hsin esin log ipar qua cub squ cbr par exp iqsin ihsin dese desi losi sinc isinc nofade

Inheritance

Constructors

AFadeCurve()
const

Values

tri → const AFadeCurve
qsin → const AFadeCurve
hsin → const AFadeCurve
esin → const AFadeCurve
log → const AFadeCurve
ipar → const AFadeCurve
qua → const AFadeCurve
cub → const AFadeCurve
squ → const AFadeCurve
cbr → const AFadeCurve
par → const AFadeCurve
exp → const AFadeCurve
iqsin → const AFadeCurve
ihsin → const AFadeCurve
dese → const AFadeCurve
desi → const AFadeCurve
losi → const AFadeCurve
sinc → const AFadeCurve
isinc → const AFadeCurve
nofade → const AFadeCurve

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

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