示例#1
0
 public EventModuleSnapPlate(IEventHandlerSnapPlate reciever, Image plate)
 {
     this.reciever  = reciever;
     this.plate     = plate;
     vecDeltaCamera = Vector2.zero;
 }
 public InterfaceModuleSnapPlate(IEventHandlerSnapPlate reciever, Image plate)
 {
     eventModules.Add(new EventModuleSnapPlate(reciever, plate));
 }