private void Construct(ClickInputDetector detectorPrefab,
                        ClickInputParameter inputParameter)
 {
     _detectorPrefab = detectorPrefab;
     _inputParameter = inputParameter;
 }
示例#2
0
 public ClickInputDetectorParameter(ClickInputParameter clickParameter,
                                    ClickPointerParameter pointerParameter)
 {
     InputParameter   = clickParameter;
     PointerParameter = pointerParameter;
 }