Method Summary
| Public Methods | ||
| public |
destroy() |
|
Inherited Summary
| From class Controller | ||
| public |
server: * |
|
| public |
viewer: * |
|
| public |
viewerUI: * |
|
| public |
destroy() Destroys this Controller. |
|
| public |
Logs an error for this Controller to the JavaScript console. |
|
| public |
Fires an event on this Controller. |
|
| public |
Gets whether or not this Controller is active. |
|
| public |
Gets whether or not this Controller is enabled. |
|
| public |
Returns |
|
| public |
Logs a console debugging message for this Controller. |
|
| public |
Cancels an event subscription that was previously made with Controller#on or Controller#once. |
|
| public |
Subscribes to an event on this Controller. |
|
| public |
Subscribes to the next occurrence of the given event, then un-subscribes as soon as the event is handled. |
|
| public |
Activates or deactivates this Controller. |
|
| public |
setEnabled(enabled: boolean) Enables or disables this Controller. |
|
| public |
Logs a warning for this Controller to the JavaScript console. |
|
Reference
Source
