Files
Convention-Unity-Demo/Assets/StreamingAssets/Helper/SplineNode.helper.h

40 lines
569 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#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)