Module ytesrev::scene[][src]

The thing to be rendered every time

Structs

DrawableWrapper

A wrapper to make a Drawable into a Scene. This is probably all you will need in terms of scenes, there's really not much else you can do with one.

Enums

Action

An action that allows the Scene to communicate with the WindowManager

Traits

Scene

A scene is like a Drawable, but without the modularity, it's in the top level and no wrappers for it exists. Unless you're doing something advanced, a DrawableWrapper around your Drawables should do fine.