UArAnimation class

Constructors

UArAnimation({String? name, int index = 0, bool loop = true, double speed = 1, bool autoplay = true})
const

Properties

autoplay → bool
final
hashCode → int
The hash code for this object.
no setterinherited
index → int
final
loop → bool
final
name → String?
Clip name; when null index picks the clip. "*" plays every clip at once.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
speed → double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, Object?>
toString() → String
A string representation of this object.
inherited

Operators

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