15 lines
426 B
C
15 lines
426 B
C
#include "Anchor.helper.h"
|
|
//ResetTimePoint(id,delta,value)
|
|
//NextTimePoint(id,times)
|
|
//SetTimePoint(id,value)
|
|
//LoadSubScript(type,path)
|
|
//SetValue(field,value)
|
|
//SetLocalPosition(x,y,z)
|
|
//SetLocalEulerAngles(x,y,z)
|
|
//SetLocalScaling(x,y,z)
|
|
//SetObjectDisable()
|
|
|
|
LoadSubScript(Anchor, Anchor/TemplateLine.h);
|
|
LoadSubScript(Anchor, Anchor/Line2.h);
|
|
LoadSubScript(Anchor, Anchor/Line3.h);
|
|
LoadSubScript(Anchor, Anchor/Line4.h); |