Spine骨骼动画设置播放起始时间

let entry: sp.spine.TrackEntry;
let sp: sp.Skeleton;
entry= sp.setAnimation();
entry.animationStart=0.1;
entry.animationEnd=1;