Example #1
0
 public override void SetTarget(MGNode node)
 {
     FirstTick = true;
     _isEnd = false;
     Target = node;
     Action.SetTarget(Target);
 }
Example #2
0
 public override void SetTarget(MGNode node)
 {
     FirstTick = true;
     _isEnd = false;
     Target = node;
     OrgAngle = node.Rotation;
     TarAngle = Diff + OrgAngle;
 }
Example #3
0
 public override void SetTarget(MGNode node)
 {
     FirstTick = true;
     _isEnd = false;
     Target = node;
     OrgOpacity = node.Opacity;
     Diff = TarOpacity - OrgOpacity;
 }