Example #1
0
            /*
             *    For internal use only
             *    ---------------------
             *    Contains some shared customization for successfully running transitions on Graphic objects
             */

            public EventTransitionBase(EventTransitionType _transitionType)
            {
                transitionType = _transitionType;
            }
Example #2
0
 public TextFontSizeTransition(EventTransitionType _transitionType) : base(_transitionType)
 {
 }
Example #3
0
 public TextWriteoutTransition(EventTransitionType _transitionType) : base(_transitionType)
 {
 }
Example #4
0
            /*   External and internal use
             *   -------------------------
             *   Transition information to modify a Graphic object's Euler Angle rotation
             */

            public SpriteAndFillTransition(EventTransitionType _transitionType) : base(_transitionType)
            {
            }
Example #5
0
            /*   External and internal use
             *   -------------------------
             *   Transition information to modify an Image's color
             */

            public ColorTransition(EventTransitionType _transitionType) : base(_transitionType)
            {
            }
Example #6
0
            /*   External and internal use
             *   -------------------------
             *   Transition information to modify a Graphic object's scale
             */

            public ScaleTransition(EventTransitionType _transitionType) : base(_transitionType)
            {
            }
Example #7
0
            /*   External and internal use
             *   -------------------------
             *   Transition information to modify a Graphic object's Euler Angle rotation
             */

            public RotationTransition(EventTransitionType _transitionType) : base(_transitionType)
            {
            }
Example #8
0
            /*   External and internal use
             *   -------------------------
             *   Transition information to modify an Image's color
             */

            public MaterialTransition(EventTransitionType _transitionType) : base(_transitionType)
            {
            }