end-world ( world -- )
Factor handbook » UI framework » Implementing new gadgets » Customizing gadget appearance » Implementing custom drawing logic » Subclassing worlds

Prev:begin-world ( world -- )
Next:resize-world ( world -- )


Vocabulary
ui.gadgets.worlds

Inputs
worlda world


Outputs
None

Word description
Called immediately before world 's OpenGL context is destroyed. The world's OpenGL context is current when this method is called.

Definition


Methods