Aardvark.UI.Primitives


Lens

Functions and values

Function or valueDescription
backward
Signature: Lens<CameraControllerState,bool>
dragStart
Signature: Lens<CameraControllerState,V2i>
forward
Signature: Lens<CameraControllerState,bool>
lastTime
Signature: Lens<CameraControllerState,Option<float>>
left
Signature: Lens<CameraControllerState,bool>
look
Signature: Lens<CameraControllerState,bool>
moveVec
Signature: Lens<CameraControllerState,V3i>
orbitCenter
Signature: Lens<CameraControllerState,Option<V3d>>
pan
Signature: Lens<CameraControllerState,bool>
right
Signature: Lens<CameraControllerState,bool>
stash
Signature: Lens<CameraControllerState,Option<CameraControllerState>>
view
Signature: Lens<CameraControllerState,CameraView>
zoom
Signature: Lens<CameraControllerState,bool>
Fork me on GitHub