예제 #1
0
 public AppMain.NNS_MOTION_KEY_Class4 Assign(AppMain.NNS_MOTION_KEY_Class4 motionKey)
 {
     if (this != motionKey)
     {
         this.Frame = motionKey.Frame;
         this.Value = motionKey.Value;
     }
     return(this);
 }
예제 #2
0
 public NNS_MOTION_KEY_Class4(AppMain.NNS_MOTION_KEY_Class4 motionKey)
 {
     this.Frame = motionKey.Frame;
     this.Value = motionKey.Value;
 }