1#ifndef DANDELION_SCENE_GROUP_H
2#define DANDELION_SCENE_GROUP_H
7#include <spdlog/spdlog.h>
30 Group(
const std::string& group_name);
38 bool load(
const std::string& file_path);
40 std::vector<std::unique_ptr<Object>>
objects;
49 std::shared_ptr<spdlog::logger> logger;
Group(const std::string &group_name)
Group(Group &other)=delete
bool load(const std::string &file_path)
定义 group.cpp:33
std::vector< std::unique_ptr< Object > > objects
定义 group.h:40
static std::size_t next_available_id
定义 group.h:48
std::string name
定义 group.h:44
std::size_t id
定义 group.h:42