wren
Vulkan-based game engine
Loading...
Searching...
No Matches
wren::scene::Scene Class Reference

#include <scene.hpp>

Inheritance diagram for wren::scene::Scene:
Collaboration diagram for wren::scene::Scene:

Public Member Functions

auto create_entity (const std::string &name="entity") -> flecs::entity
 
auto world () const -> const flecs::world &
 
auto world () -> flecs::world &
 

Static Public Member Functions

static auto create ()
 

Member Function Documentation

◆ create()

static auto wren::scene::Scene::create ( )
inlinestatic

◆ create_entity()

auto wren::scene::Scene::create_entity ( const std::string & name = "entity") -> flecs::entity

◆ world() [1/2]

auto wren::scene::Scene::world ( ) -> flecs::world&
inline

◆ world() [2/2]

auto wren::scene::Scene::world ( ) const -> const flecs::world&
inline

The documentation for this class was generated from the following files: