slot 0.0.1
A real time UI render framework
载入中...
搜索中...
未找到
| 命名空间 | 枚举 | 函数
ImageNode.h 文件参考
#include "UI/Layout/DrawNode.h"
#include <string_view>
ImageNode.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

struct  z8::ui::UIIconInfo
 
class  z8::ui::ImageNode
 

命名空间

namespace  z8
 世界矩阵 描述坐标系,左手坐标系 使用 DirectX12 坐标系的描述
 
namespace  z8::ui
 

枚举

enum class  z8::ui::UIIcon {
  z8::ui::Close = 1 , z8::ui::Plus = 2 , z8::ui::ChevronDown = 3 , z8::ui::Cube = 4 ,
  z8::ui::Terminal = 5 , z8::ui::Settings = 6 , z8::ui::ChevronRight = 7
}
 

函数

const UIIconInfoz8::ui::GetUIIconInfo (UIIcon icon)