Skip to content

Class atlas::scene_scope

ClassList > atlas > scene_scope

Public Functions

Type Name
ref< scene_object > create_new_object (const std::string & p_tag)
std::string get_tag ()
world () const
world ()
flecs::query_builder< Comps... > query_builder (Args &&... args) const
scene_scope ()
scene_scope (const std::string & p_tag)
virtual ~scene_scope () = default

Public Functions Documentation

function create_new_object

inline ref < scene_object > atlas::scene_scope::create_new_object (
    const std::string & p_tag
) 

function get_tag

inline std::string atlas::scene_scope::get_tag () 

function world [1/2]

inline atlas::scene_scope::world () const

function world [2/2]

inline atlas::scene_scope::world () 

function query_builder

template<typename... Comps, typename... Args>
inline flecs::query_builder< Comps... > atlas::scene_scope::query_builder (
    Args &&... args
) const

function scene_scope [1/2]

inline atlas::scene_scope::scene_scope () 

function scene_scope [2/2]

inline atlas::scene_scope::scene_scope (
    const std::string & p_tag
) 

function ~scene_scope

virtual atlas::scene_scope::~scene_scope () = default


The documentation for this class was generated from the following file TheAtlasEngine/atlas/core/scene/scene.hpp