wasApplied property
bool
get
wasApplied
Returns true if this track entry has been applied at least once.
See AnimationState::apply(Skeleton).
Implementation
bool get wasApplied {
final result = SpineBindings.bindings.spine_track_entry_was_applied(_ptr);
return result;
}