修改项目根地址, 并将部分依赖于ToolFile的功能迁移至依赖Interaction以实现网络文件的获取
This commit is contained in:
17
Assets/StreamingAssets/Helper/DDT.helper.h
Normal file
17
Assets/StreamingAssets/Helper/DDT.helper.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "ScriptableObject.helper.h"
|
||||
|
||||
#define DDT
|
||||
|
||||
/*
|
||||
|
||||
添加float数据, 随后可以用对象路径+索引获取变量值,
|
||||
e.g: CameraObject/DDT[3], 获取CameraObject/DDT对象路径下DDT数据中的第四个值
|
||||
|
||||
*/
|
||||
#define Add(value)
|
||||
|
||||
/*
|
||||
从特定的json中读取数据
|
||||
*/
|
||||
#define Load()
|
||||
|
||||
Reference in New Issue
Block a user