Пример #1
0
 public Animation3DGameAction(AnimationSlot animationSlot, Animation3DBehavior animationBehavior, Scene scene = null)
     : base("Animation3DGameAction" + instances++, scene)
 {
     this.animationSlot = animationSlot;
     this.animationBehavior = animationBehavior;
 }
Пример #2
0
 public Animation3DGameAction(AnimationSlot animationSlot, Animation3DBehavior animationBehavior, Scene scene = null)
     : base("Animation3DGameAction" + instances++, scene)
 {
     this.animationSlot     = animationSlot;
     this.animationBehavior = animationBehavior;
 }