Ejemplo n.º 1
0
 public PlayAnimationNode()
     : base(ResourceType, ResourceTag)
 {
     this.mClipKey = new RK();
     this.mTrackMaskKey = new RK();
     this.mSlotSetup = new SlotSetupBuilder();
     this.mAdditiveClipKey = new RK();
     this.mClipPattern = null;
     this.mAdditiveClipPattern = null;
 }
Ejemplo n.º 2
0
 public PlayAnimationNode()
     : base(ResourceType, ResourceTag)
 {
     this.mClipKey             = new RK();
     this.mTrackMaskKey        = new RK();
     this.mSlotSetup           = new SlotSetupBuilder();
     this.mAdditiveClipKey     = new RK();
     this.mClipPattern         = null;
     this.mAdditiveClipPattern = null;
 }