C# Класс BBGamelib.ccTouchHandlerHelperData

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
touchSel string
touchesSel string
type kCCTouchSelectorFlag

Открытые методы

Метод Описание
ccTouchHandlerHelperData ( string touchesSel, string touchSel, kCCTouchSelectorFlag type ) : UnityEngine

Описание методов

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

public ccTouchHandlerHelperData ( string touchesSel, string touchSel, kCCTouchSelectorFlag type ) : UnityEngine
touchesSel string
touchSel string
type kCCTouchSelectorFlag
Результат UnityEngine

Описание свойств

touchSel публичное свойство

public string touchSel
Результат string

touchesSel публичное свойство

public string touchesSel
Результат string

type публичное свойство

public kCCTouchSelectorFlag type
Результат kCCTouchSelectorFlag