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