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