Class View (mod)
loads the html UI and handles updates affecting the state of the main application
Inheritance
View (mod)
Namespace: UI
Assembly: OCTVis.dll
Syntax
module View
Fields
val index
loads the UI page
Declaration
val index: string
Field Value
Type | Description |
---|---|
string |
Methods
val keyCallBacks: IRenderWindow -> unit
setup key callbacks (reset and presets)
Declaration
val keyCallBacks: win:IRenderWindow -> unit
Parameters
Type | Name | Description |
---|---|---|
Aardvark.Application.IRenderWindow | win |
val update: unit -> unit
updates the state of the main application
Declaration
val update: unit -> unit
Parameters
Type | Name | Description |
---|---|---|
unit |