spine.TrackEntry
spine.TrackEntry
Fields
| Name | Type | |
|---|---|---|
animation | spine.Animation | |
next | spine.TrackEntry | |
mixingFrom | spine.TrackEntry | |
listener | Virtual[start, interrupt, event, end, dispose, complete] | |
trackIndex | I32 | |
loop | Bool | |
eventThreshold | F64 | |
attachmentThreshold | F64 | |
drawOrderThreshold | F64 | |
animationStart | F64 | |
animationEnd | F64 | |
animationLast | F64 | |
nextAnimationLast | F64 | |
delay | F64 | |
trackTime | F64 | |
trackLast | F64 | |
nextTrackLast | F64 | |
trackEnd | F64 | |
timeScale | F64 | |
alpha | F64 | |
mixTime | F64 | |
mixDuration | F64 | |
interruptAlpha | F64 | |
totalAlpha | F64 | |
timelineData | hl.types.ArrayBytes_Int | |
timelineDipMix | hl.types.ArrayObj | |
timelinesRotation | hl.types.ArrayBytes_Float | |
| “ | Virtual[reset] |
Protos
f@9176reset(spine.TrackEntry) → Voidf@9177setTimelineData(spine.TrackEntry, spine.TrackEntry, hl.types.ArrayObj, haxe.ds.IntMap) → spine.TrackEntryf@9178hasTimeline(spine.TrackEntry, I32) → Bool
Bindings
- static
f@9235__constructor__(spine.TrackEntry) → Void