9 lines
279 B
C
9 lines
279 B
C
|
|
#include "Anchor.h"
|
||
|
|
//LoadSubScript(type,path)
|
||
|
|
//SetValue(field,value)
|
||
|
|
//SetLocalPosition(x,y,z)
|
||
|
|
//SetLocalEulerAngles(x,y,z)
|
||
|
|
//SetLocalScaling(x,y,z)
|
||
|
|
//SetObjectDisable()
|
||
|
|
LoadSubScript(SplineCore, "Layer1/CameraMovementCore.h");
|
||
|
|
LoadSubScript(SplineTubeRenderer, Layer1/Tube.h);
|