|
Avara3D 0.2.0
C++ API reference
|
This is the complete list of members for a3d::Scene, including all inherited members.
| aabb(bool vertfit=false) const | a3d::Scene | |
| DebugOptions enum name | a3d::Scene | |
| debugOptions() const | a3d::Scene | |
| debugOptions(DebugOptions options) | a3d::Scene | |
| DidStepCallback typedef | a3d::Scene | |
| didStepCallback() const | a3d::Scene | |
| didStepCallback(DidStepCallback callback) | a3d::Scene | |
| extent(bool vertfit=false) const | a3d::Scene | |
| FromFile(const std::filesystem::path &path, ImportOptions options=ImportOptions::ImportAll) | a3d::Scene | static |
| ImportOptions enum name | a3d::Scene | |
| inputContext() const | a3d::Scene | |
| inputContext(std::unique_ptr< InputContext > context) | a3d::Scene | |
| name() const | a3d::Scene | |
| name(const std::string &name) | a3d::Scene | |
| physicsWorld() const | a3d::Scene | |
| physicsWorld(std::unique_ptr< PhysicsWorld > world) | a3d::Scene | |
| rootNode() const | a3d::Scene | |
| rootNode(const std::shared_ptr< Node > &node) | a3d::Scene | |
| Scene() | a3d::Scene | |
| Scene(const std::string &name) | a3d::Scene | explicit |
| Scene(std::unique_ptr< VisualWorld > visualWorld, std::unique_ptr< PhysicsWorld > physicsWorld, std::unique_ptr< InputContext > inputContext) | a3d::Scene | |
| Scene(const std::string &name, std::unique_ptr< VisualWorld > visualWorld, std::unique_ptr< PhysicsWorld > physicsWorld, std::unique_ptr< InputContext > inputContext) | a3d::Scene | |
| visualWorld() const | a3d::Scene | |
| visualWorld(std::unique_ptr< VisualWorld > world) | a3d::Scene | |
| willStepCallback() const | a3d::Scene | |
| willStepCallback(WillStepCallback callback) | a3d::Scene | |
| WillStepCallback typedef | a3d::Scene |