Exemple #1
0
        public MOperate(MInputHand inputHand, Func <bool> func, IHandController handController)
        {
            this.InputHand  = inputHand;
            RayExternaLimit = func;
            UIOperate       = new UIOperate(inputHand);

            this.HandController = handController;
        }
Exemple #2
0
 public MOperate(MInputHand inputHand, Func <bool> func)
 {
     this.InputHand  = inputHand;
     RayExternaLimit = func;
     UIOperate       = new UIOperate(inputHand);
 }