示例#1
0
 // Sets From tweens, immediately sending the target to its endValue and assigning new start/endValues.
 // Called by TweenSettings.From.
 // Plugins that don't support From:
 // - Vector3ArrayPlugin
 // - Pro > PathPlugin, SpiralPlugin
 internal override Tweener SetFrom(bool relative)
 {
     tweenPlugin.SetFrom(this, relative);
     hasManuallySetStartValue = true;
     return(this);
 }