예제 #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;
 }
예제 #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;
 }