protected override bool UpdateFulfill() { GetTarget().SetPlanarRotation( start.GetInterpolateAngleInDegrees(end, easer.GetCurrentValue()) ); return(easer.IsTimeOver()); }
protected override bool UpdateFulfill() { GetTarget().SetLocalPlanarPosition( start.GetInterpolate(end, easer.GetCurrentValue()) ); return(easer.IsTimeOver()); }
protected override bool UpdateFulfill() { ForceMotionValue( start.GetInterpolate(end, easer.GetCurrentValue()) ); return(easer.IsTimeOver()); }