|
Urho3D
|
#include "../GraphicsAPI/GraphicsDefs.h"#include "../Math/BoundingBox.h"#include "../Scene/Component.h"Classes | |
| struct | Urho3D::FrameInfo |
| Rendering frame update parameters. More... | |
| struct | Urho3D::SourceBatch |
| Source data for a 3D geometry draw call. More... | |
| class | Urho3D::Drawable |
| Base class for visible components. More... | |
Enumerations | |
| enum class | DrawableTypes : u8 { Undefined = 0 , Geometry = 1 << 0 , Light = 1 << 1 , Zone = 1 << 2 , Geometry2D = 1 << 3 , Any = 0xFF } |
| enum | Urho3D::UpdateGeometryType { UPDATE_NONE = 0 , UPDATE_MAIN_THREAD , UPDATE_WORKER_THREAD } |
| Geometry update type. | |