Exemplo n.º 1
0
 public Animation3DGameAction(AnimationSlot animationSlot, Animation3DBehavior animationBehavior, Scene scene = null)
     : base("Animation3DGameAction" + instances++, scene)
 {
     this.animationSlot = animationSlot;
     this.animationBehavior = animationBehavior;
 }
Exemplo n.º 2
0
 public Animation3DGameAction(AnimationSlot animationSlot, Animation3DBehavior animationBehavior, Scene scene = null)
     : base("Animation3DGameAction" + instances++, scene)
 {
     this.animationSlot     = animationSlot;
     this.animationBehavior = animationBehavior;
 }