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