AR_Engine_SDK
|
Functions | |
function xpb | loadfile (path) |
function xpb | decode (name, pbBuffer) |
function xpb | encode (name, luaTable) |
Variables | |
xpb = {} | |
function xpb decode | ( | name | , |
pbBuffer | |||
) |
反序列化
name | string pb实体名称 |
pbBuffer | string pb数据流 |
function xpb encode | ( | name | , |
luaTable | |||
) |
序列化
name | string pb实体名称 |
luaTable | table luaTable |
function xpb loadfile | ( | path | ) |
加载pb文件
path | string pb文件全路径 |
xpb = {} |