Skip to content

UI.Property

Name - Description Default Type
<input>
<output> Float4Float2Float
Property The property to retrieve from the UI context None UIProperty

Retrieves values from the current state of the UI.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
(GFX.MainWindow
 :Contents
 (->
  (Setup
   (GFX.DrawQueue) >= .ui-draw-queue
   (GFX.UIPass .ui-draw-queue) >> .render-steps)
  (UI
   .ui-draw-queue
   (UI.CentralPanel
    :Contents
    (->
     (UI.Property UIProperty.RemainingSpace)
     (Once (Log)))))))
[info] [shards/UI/Property/1.edn] (8 8 1272 712)
[2023-09-27 13:13:14.706] [GFX] [warning] [render_graph.cpp:151] Failed to attach render graph output 0 (color), possibly because no frame writes to it.