C# Class BBGamelib.ccTouchHandlerHelperData

Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Properties

Property Type Description
touchSel string
touchesSel string
type kCCTouchSelectorFlag

Public Methods

Method Description
ccTouchHandlerHelperData ( string touchesSel, string touchSel, kCCTouchSelectorFlag type ) : UnityEngine

Method Details

ccTouchHandlerHelperData() public method

public ccTouchHandlerHelperData ( string touchesSel, string touchSel, kCCTouchSelectorFlag type ) : UnityEngine
touchesSel string
touchSel string
type kCCTouchSelectorFlag
return UnityEngine

Property Details

touchSel public_oe property

public string touchSel
return string

touchesSel public_oe property

public string touchesSel
return string

type public_oe property

public kCCTouchSelectorFlag type
return kCCTouchSelectorFlag