BBGamelib.ccTouchHandlerHelperData.ccTouchHandlerHelperData C# (CSharp) Метод

ccTouchHandlerHelperData() публичный Метод

public ccTouchHandlerHelperData ( string touchesSel, string touchSel, kCCTouchSelectorFlag type ) : UnityEngine
touchesSel string
touchSel string
type kCCTouchSelectorFlag
Результат UnityEngine
		public ccTouchHandlerHelperData(string touchesSel, string touchSel, kCCTouchSelectorFlag type){
			this.touchesSel = touchesSel;
			this.touchSel = touchSel;
			this.type = type;
		}
	};
ccTouchHandlerHelperData