C# Класс BBGamelib.CCTargetedTouchHandler

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

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

Метод Описание
CCTargetedTouchHandler ( System aDelegate, int priority, bool swallowsTouches ) : UnityEngine
init ( System aDelegate, int priority, bool swallowsTouches ) : void

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

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

public CCTargetedTouchHandler ( System aDelegate, int priority, bool swallowsTouches ) : UnityEngine
aDelegate System
priority int
swallowsTouches bool
Результат UnityEngine

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

public init ( System aDelegate, int priority, bool swallowsTouches ) : void
aDelegate System
priority int
swallowsTouches bool
Результат void