mod updatable¶
Traits
A trait for components that can be updated.
This allows specifying whether only the state has changed (Updatable::update) or if the config changed as well (Updatable::update_full).
Functions
Updates this Updatable to resemble the new State, Config, and ViewportProjection. For updates, which only changed the State, use Updatable::update instead.