BBGamelib.ccTouchHandlerHelperData.ccTouchHandlerHelperData C# (CSharp) Method

ccTouchHandlerHelperData() public method

public ccTouchHandlerHelperData ( string touchesSel, string touchSel, kCCTouchSelectorFlag type ) : UnityEngine
touchesSel string
touchSel string
type kCCTouchSelectorFlag
return UnityEngine
		public ccTouchHandlerHelperData(string touchesSel, string touchSel, kCCTouchSelectorFlag type){
			this.touchesSel = touchesSel;
			this.touchSel = touchSel;
			this.type = type;
		}
	};
ccTouchHandlerHelperData