Aardvark.UI


Message Semantics

Nested types and modules

TypeDescription
GlobalPicks<'msg>
MessageProcessorSem
StandardSems

Functions and values

Function or valueDescription
collectMsgSgs mapping s
Signature: mapping:(ISg<'msg> -> aset<'a>) -> s:ISg -> aset<'a>
Type parameters: 'msg, 'a

Type extensions

Type extensionDescription
CompileRender(fbo, config, sg)
Signature: (fbo:IFramebufferSignature * config:BackendConfiguration * sg:ISg<'msg>) -> IRenderTask
Type parameters: 'msg
CompileRender(fbo, sg)
Signature: (fbo:IFramebufferSignature * sg:ISg<'msg>) -> IRenderTask
Type parameters: 'msg
GlobalBoundingBox()
Signature: unit -> IMod<Box3d>
GlobalPicks()
Signature: unit -> GlobalPicks<'msg>
LocalBoundingBox()
Signature: unit -> IMod<Box3d>
MessageProcessor
Signature: IMessageProcessor<'msg>
MessageProcessor
Signature: IMessageProcessor<'msg>
Modifiers: abstract
PickObjects()
Signature: unit -> aset<PickObject>
PickProcessor
Signature: ISceneHitProcessor
PickProcessor
Signature: ISceneHitProcessor
Modifiers: abstract
RenderObjects()
Signature: unit -> aset<IRenderObject>
Fork me on GitHub