opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
show_model_in_state.h
Go to the documentation of this file.
1#pragma once
2
4
7
8namespace opyn { class OPynSimApp; }
9namespace opyn { class Model; }
10namespace opyn { class ModelState; }
11namespace osc { class SceneCache; }
12
13namespace opyn
14{
17 const Model&,
18 const ModelState&,
19 osc::Vector2 dimensions,
20 osc::Color background_color,
21 bool draw_floor,
22 osc::SceneCache* scene_cache,
23 UiCallbacks = {}
24 );
25}
Definition model_state.h:19
Definition model.h:26
Definition opynsim_app.h:7
Definition scene_cache.h:25
Definition component_registry.h:14
void show_model_in_state(OPynSimApp &, const Model &, const ModelState &, osc::Vector2 dimensions, osc::Color background_color, bool draw_floor, osc::SceneCache *scene_cache, UiCallbacks={})
Definition custom_decoration_generator.h:5
Definition ui_callbacks.h:10