Exemple #1
0
        public BoundsToChildBoundStep()
        {
            BoundsProviderKey = "ChildFromBoundsStep";

            Bounds = new List <BoundingBox>();

            Router.AddEvent(CompleteEventName);
        }
        public BoundsFromPayloadExpressionStep()
        {
            BoundsProviderKey = "BoundsFromPayExprStep";

            Bounds = new List <BoundingBox>();

            Expression = new PayloadExpression();

            Router.AddEvent(CompleteEventName);
        }
Exemple #3
0
        public PerformMetaSelectionStep()
        {
            BoundsProviderKey = "PerfMetaSelStep";

            Router.AddEvent(EndEventName);

            TargetExpression = new PayloadExpression();

            InternalBounds = new List <BoundingBox>();
        }
 public RotateObjectStep()
 {
     Router.AddEvent(EndEventName);
 }
Exemple #5
0
 public TwoEventStep()
 {
     Router.AddEvent(StartEventName);
     Router.AddEvent(EndEventName);
 }
Exemple #6
0
 public CameraMovementStep()
 {
     Router.AddEvent(EndEventName);
 }
Exemple #7
0
 public SelectStep()
 {
     Router.AddEvent(EndEventName);
 }
 public IfCommandLineStep()
 {
     Router.AddEvent(IfEventName);
     Router.AddEvent(ElseEventName);
 }
 public CameraProjectionStep()
 {
     Router.AddEvent(EndEventName);
 }
Exemple #10
0
 public WaitStep()
 {
     Router.AddEvent(WaitEventName);
 }
Exemple #11
0
 public DelayStep()
 {
     Router.AddEvent(EndEventName);
 }
        public CuratedChoreographyStep()
        {
            PopulateSubSteps();

            Router.AddEvent(EndEventName);
        }
Exemple #13
0
 public PauseTestStep()
 {
     Router.AddEvent(EndEventName);
 }
 public LookAtBoundsRelatedPositionStep()
 {
     Router.AddEvent(EndEventName);
 }
Exemple #15
0
 public UnWaitStep()
 {
     Router.AddEvent(EndEventName);
 }
 public StartRecordingStep()
 {
     Router.AddEvent(EndEventName);
 }
Exemple #17
0
 public SplineCameraLookStep()
 {
     Router.AddEvent(EndEventName);
 }
 public TimelineStartStep()
 {
     Router.AddEvent(StartEventName);
 }