载入中...
搜索中...
未找到
SceneLink.cpp 文件参考
#include "scene/SceneLink.h"
#include <cstring>
#include <string>
#include <vector>

浏览源代码.

命名空间

namespace  eve
 
namespace  eve::scene
 

函数

int eve::scene::registerLinkKind (const LinkOps &ops)
 
int eve::scene::findLinkKind (const char *kind)
 
const LinkOpseve::scene::linkOps (int kindId)
 
const char * eve::scene::linkKindName (int kindId)
 

变量说明

◆ name

std::string name

在文件 SceneLink.cpp11 行定义.

◆ ops

LinkOps ops

在文件 SceneLink.cpp12 行定义.

被这些函数引用 eve::scene::linkKindName() , 以及 eve::scene::registerLinkKind().