easyx_framework V1.0.0
基于easyx的c++游戏框架
 
载入中...
搜索中...
未找到
LayerSort结构体 参考

实现渲染图层排序仿函数 容器自定义顺序 更多...

#include <World.h>

Public 成员函数

bool operator() (const class LayerInterface *a, const class LayerInterface *b) const
 

详细描述

实现渲染图层排序仿函数 容器自定义顺序

参见
根据layer由小到大排序

成员函数说明

◆ operator()()

bool LayerSort::operator() ( const class LayerInterface * a,
const class LayerInterface * b ) const