MQEngine
载入中...
搜索中...
未找到
sceneEvent.h
浏览该文件的文档.
1//
2// Created by Administrator on 2025/8/25.
3//
4
5#ifndef SCENEEVENT_H
6#define SCENEEVENT_H
7#include "../Thirdparty/thirdparty.h"
8namespace MQEngine
9{
10 class Scene;
11 class SceneTrunk;
12 namespace SceneEvent
13 {
14 struct Load
15 {
16 std::string uuid;
18 };
19 struct Unload
20 {
21 std::string uuid;
23 };
24 struct LoadTrunk
25 {
26 std::string uuid;
27 std::string trunkName;
30 };
32 {
33 std::string uuid;
34 std::string trunkName;
37 };
39 {
40 std::string uuid;
42 };
43 struct ExitScene
44 {
45 std::string uuid;
47 };
48 }
49}
50#endif //SCENEEVENT_H
定义 Scene.h:22
定义 SceneTrunk.h:23
定义 sceneEvent.h:13
定义 application.h:5
定义 sceneEvent.h:39
std::string uuid
定义 sceneEvent.h:40
Scene * scene
定义 sceneEvent.h:41
定义 sceneEvent.h:44
std::string uuid
定义 sceneEvent.h:45
Scene * scene
定义 sceneEvent.h:46
定义 sceneEvent.h:15
std::string uuid
定义 sceneEvent.h:16
Scene * scene
定义 sceneEvent.h:17
定义 sceneEvent.h:25
SceneTrunk * trunk
定义 sceneEvent.h:29
std::string uuid
定义 sceneEvent.h:26
Scene * scene
定义 sceneEvent.h:28
std::string trunkName
定义 sceneEvent.h:27
定义 sceneEvent.h:20
Scene * scene
定义 sceneEvent.h:22
std::string uuid
定义 sceneEvent.h:21
定义 sceneEvent.h:32
std::string trunkName
定义 sceneEvent.h:34
std::string uuid
定义 sceneEvent.h:33
Scene * scene
定义 sceneEvent.h:35
SceneTrunk * trunk
定义 sceneEvent.h:36