Skip to content

TRenderStyle

Stanislav Podolia edited this page Aug 8, 2019 · 2 revisions

Flow Wiki

TRenderStyle

  • Stylesheet

  • TDpif

    • dpif : double
  • TStageWH

    • width : double
    • height : double
  • TInspectStageWH

    • wh : DynamicBehaviour<WidthHeight>
  • TInspectDpiFactor

    • factor : DynamicBehaviour<Factor>
  • TGrabSnapshot
    Call back with grab snapshot function. This can be used to get a snapshot of what is currently on the screen.
    Return a disposer. Call this when tropic is destroyed(when called disposer).

    • grabFn : (() -> Tropic) -> () -> void
Clone this wiki locally