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