Esempio n. 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);
        }
Esempio n. 3
0
        public PerformMetaSelectionStep()
        {
            BoundsProviderKey = "PerfMetaSelStep";

            Router.AddEvent(EndEventName);

            TargetExpression = new PayloadExpression();

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

            Router.AddEvent(EndEventName);
        }
Esempio n. 13
0
 public PauseTestStep()
 {
     Router.AddEvent(EndEventName);
 }
 public LookAtBoundsRelatedPositionStep()
 {
     Router.AddEvent(EndEventName);
 }
Esempio n. 15
0
 public UnWaitStep()
 {
     Router.AddEvent(EndEventName);
 }
Esempio n. 16
0
 public StartRecordingStep()
 {
     Router.AddEvent(EndEventName);
 }
Esempio n. 17
0
 public SplineCameraLookStep()
 {
     Router.AddEvent(EndEventName);
 }
Esempio n. 18
0
 public TimelineStartStep()
 {
     Router.AddEvent(StartEventName);
 }