C# Класс BBGamelib.CCGLView

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

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

Метод Описание
Awake ( ) : void
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
setFrame ( Rect bounds ) : void
touchesBegan ( HashSet touches ) : void
touchesCancelled ( HashSet touches ) : void
touchesEnded ( HashSet touches ) : void
touchesMoved ( HashSet touches ) : void

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

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

public Awake ( ) : void
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public setFrame ( Rect bounds ) : void
bounds UnityEngine.Rect
Результат void

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

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

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

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

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

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

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

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