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