sculpto
|
#include <scene_object_config_window.h>
Public Member Functions | |
scene_object | GetConfiguringObject () const |
void | SetConfiguringObject (scene_object ConfiguringObject) |
scene_object_config_window ()=default | |
void | Draw () |
Scene object components configuration GUI window class.
Definition at line 27 of file scene_object_config_window.h.
|
default |
Scene object components configuration GUI window default constructor.
void scl::scene_object_config_window::Draw | ( | ) |
None. |
Definition at line 52 of file scene_object_config_window.cpp.
scl::scene_object scl::scene_object_config_window::GetConfiguringObject | ( | ) | const |
Scene object configuration window data getter/setter functions.
Currently configuring object getter function.
Definition at line 21 of file scene_object_config_window.cpp.
void scl::scene_object_config_window::SetConfiguringObject | ( | scene_object | ConfiguringObject | ) |
Currently configuring object setter function.
Definition at line 23 of file scene_object_config_window.cpp.