Exemple #1
0
        public TargetTimelineMoveIntent(TargetTimelineMoveIntent other)
        {
            startTick    = other.startTick;
            intendedTick = other.intendedTick;

            targetData = other.targetData;
            startSiblingsToBeDestroyed = other.startSiblingsToBeDestroyed;
            startSiblingsToBeMoved     = other.startSiblingsToBeMoved;

            endRepeaterSiblingsToBeCreated = other.endRepeaterSiblingsToBeCreated;
        }
Exemple #2
0
 public TargetTimelineMoveIntent(TargetTimelineMoveIntent other)
 {
     target       = other.target;
     startTime    = other.startTime;
     intendedTime = other.intendedTime;
 }
 public TargetTimelineMoveIntent(TargetTimelineMoveIntent other)
 {
     target       = new TargetData(other.target);
     startTime    = other.startTime;
     intendedTime = other.intendedTime;
 }