コード例 #1
0
 public override void RecycleSelf()
 {
     base.RecycleSelf();
     if (shouldRecycleTween && Boing.CacheFloatTweens)
     {
         TweenCache <FloatTween> .Push(this);
     }
 }
コード例 #2
0
 public override void RecycleSelf()
 {
     base.RecycleSelf();
     if (shouldRecycleTween && Boing.CacheQuaternionTweens)
     {
         TweenCache <QuaternionTween> .Push(this);
     }
 }
コード例 #3
0
 public override void RecycleSelf()
 {
     if (shouldRecycleTween)
     {
         target    = null;
         nextTween = null;
         transform = null;
         TweenCache <TransformVector3Tween> .Push(this);
     }
 }