修改项目根地址, 并将部分依赖于ToolFile的功能迁移至依赖Interaction以实现网络文件的获取
This commit is contained in:
39
Assets/StreamingAssets/Helper/SplineNode.helper.h
Normal file
39
Assets/StreamingAssets/Helper/SplineNode.helper.h
Normal file
@@ -0,0 +1,39 @@
|
||||
#include "ScriptableObject.helper.h"
|
||||
|
||||
#define SplineNode
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
设置节点大小,默认为1
|
||||
</summary>
|
||||
<param name="size"></param>
|
||||
|
||||
*/
|
||||
#define SetNoteSize(size)
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
设置节点颜色,默认为(1,1,1,1)
|
||||
</summary>
|
||||
<param name="r"></param>
|
||||
<param name="g"></param>
|
||||
<param name="b"></param>
|
||||
<param name="a"></param>
|
||||
|
||||
*/
|
||||
#define SetNoteColor(r,g,b,a)
|
||||
|
||||
/*
|
||||
|
||||
<summary>
|
||||
设置节点旋转,节点正面forward向量为法线
|
||||
</summary>
|
||||
<param name="x"></param>
|
||||
<param name="y"></param>
|
||||
<param name="z"></param>
|
||||
|
||||
*/
|
||||
#define SetNoteRotation(x,y,z)
|
||||
|
||||
Reference in New Issue
Block a user