protected override void CreateTween() { Vector3[] newValues = useTransformDestination && destination != null?ArrayExtend.CreateArray(destination.position) : values; _tween = TweensExtend.TranslateTween(container.Component, _valueForTween, isAutoKill, functionEnum, space, mode, curveFactor, newValues); curveFactor = _tween.CurveFactor; }
protected override void CreateTween() { _tween = TweensExtend.ScaleTween(container.Component, _valueForTween, isAutoKill, functionEnum, mode, values); }