C# Класс BBGamelib.UIView

Наследование: UnityEngine.MonoBehaviour
Показать файл Открыть проект

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

Метод Описание
keyDown ( NSEvent theEvent ) : void
keyUp ( NSEvent theEvent ) : void
mouseDown ( NSEvent theEvent ) : void
mouseDragged ( NSEvent theEvent ) : void
mouseEntered ( NSEvent theEvent ) : void
mouseExited ( NSEvent theEvent ) : void
mouseMoved ( NSEvent theEvent ) : void
mouseUp ( NSEvent theEvent ) : void
otherMouseDown ( NSEvent theEvent ) : void
otherMouseDragged ( NSEvent theEvent ) : void
otherMouseUp ( NSEvent theEvent ) : void
rightMouseDown ( NSEvent theEvent ) : void
rightMouseDragged ( NSEvent theEvent ) : void
rightMouseUp ( NSEvent theEvent ) : void
scrollWheel ( NSEvent theEvent ) : void
touchesBegan ( HashSet touches ) : void
touchesCancelled ( HashSet touches ) : void
touchesEnded ( HashSet touches ) : void
touchesMoved ( HashSet touches ) : void

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

keyDown() публичный абстрактный Метод

public abstract keyDown ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

keyUp() публичный абстрактный Метод

public abstract keyUp ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

mouseDown() публичный абстрактный Метод

public abstract mouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

mouseDragged() публичный абстрактный Метод

public abstract mouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

mouseEntered() публичный абстрактный Метод

public abstract mouseEntered ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

mouseExited() публичный абстрактный Метод

public abstract mouseExited ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

mouseMoved() публичный абстрактный Метод

public abstract mouseMoved ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

mouseUp() публичный абстрактный Метод

public abstract mouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

otherMouseDown() публичный абстрактный Метод

public abstract otherMouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

otherMouseDragged() публичный абстрактный Метод

public abstract otherMouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

otherMouseUp() публичный абстрактный Метод

public abstract otherMouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

rightMouseDown() публичный абстрактный Метод

public abstract rightMouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

rightMouseDragged() публичный абстрактный Метод

public abstract rightMouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

rightMouseUp() публичный абстрактный Метод

public abstract rightMouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

scrollWheel() публичный абстрактный Метод

public abstract scrollWheel ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void

touchesBegan() публичный абстрактный Метод

public abstract touchesBegan ( HashSet touches ) : void
touches HashSet
Результат void

touchesCancelled() публичный абстрактный Метод

public abstract touchesCancelled ( HashSet touches ) : void
touches HashSet
Результат void

touchesEnded() публичный абстрактный Метод

public abstract touchesEnded ( HashSet touches ) : void
touches HashSet
Результат void

touchesMoved() публичный абстрактный Метод

public abstract touchesMoved ( HashSet touches ) : void
touches HashSet
Результат void