18 lines
297 B
C
18 lines
297 B
C
|
|
#include "ScriptableObject.helper.h"
|
||
|
|
|
||
|
|
#define DDT
|
||
|
|
|
||
|
|
/*
|
||
|
|
|
||
|
|
添加float数据, 随后可以用对象路径+索引获取变量值,
|
||
|
|
e.g: CameraObject/DDT[3], 获取CameraObject/DDT对象路径下DDT数据中的第四个值
|
||
|
|
|
||
|
|
*/
|
||
|
|
#define Add(value)
|
||
|
|
|
||
|
|
/*
|
||
|
|
从特定的json中读取数据
|
||
|
|
*/
|
||
|
|
#define Load()
|
||
|
|
|