slot
0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
include
UI
Object
MountainObject.h
浏览该文件的文档.
1
//
2
// Created by zhou_zhengming on 2026/5/21.
3
//
4
5
#pragma once
6
#include "
SimpleGameObject.h
"
7
8
namespace
z8
{
9
class
MountainObject
:
public
SimpleGameObject
{
10
public
:
11
MountainObject
();
12
};
13
}
14
15
16
17
18
19
SimpleGameObject.h
z8::MountainObject
Definition
MountainObject.h:9
z8::MountainObject::MountainObject
MountainObject()
Definition
MountainObject.cpp:11
z8::SimpleGameObject
Definition
SimpleGameObject.h:10
z8
Definition
Application.h:14
制作者
1.10.0