Skip to content

Class uipc::core::Scene::Objects

ClassList > uipc > core > Scene > Objects

Public Functions

Type Name
S< Object > create (std::string_view name="")
SizeT created_count () noexcept const
void destroy (IndexT id)
S< Object > find (IndexT id) noexcept
SizeT size () noexcept const

Public Functions Documentation

function create

S< Object > uipc::core::Scene::Objects::create (
    std::string_view name=""
) 

function created_count

SizeT uipc::core::Scene::Objects::created_count () noexcept const

function destroy

void uipc::core::Scene::Objects::destroy (
    IndexT id
) 

function find

S< Object > uipc::core::Scene::Objects::find (
    IndexT id
) noexcept

function size

SizeT uipc::core::Scene::Objects::size () noexcept const


The documentation for this class was generated from the following file include/uipc/core/scene.h