Timeline class abstract
Timeline wrapper
Constructors
-
Timeline.fromPointer(Pointer<
spine_timeline_wrapper> _ptr)
Properties
- duration → double
-
no setter
- frameCount → int
-
no setter
- frameEntries → int
-
no setter
- frames → ArrayFloat
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
nativePtr
→ Pointer<
NativeType> -
Get the native pointer for FFI calls
no setter
- propertyIds → ArrayPropertyId
-
no setter
- rtti → Rtti
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
apply(
Skeleton skeleton, double lastTime, double time, ArrayEvent? events, double alpha, MixBlend blend, MixDirection direction, bool appliedPose) → void - Sets the value(s) for the specified time.
-
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 Methods
-
rttiStatic(
) → Rtti