Files
Convention-Unity-Demo/Release/Convention-Unity-Demo_Data/StreamingAssets/Project/root/CameraLayer.h
2025-09-25 19:04:05 +08:00

11 lines
353 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(CameraObject, CameraLayer/CameraObject.h);
LoadSubScript(SplineCore, CameraLayer/CameraMovementCore.h);
LoadSubScript(SplineHeadObject, CameraLayer/CameraMovement.h);