Add smoothPath option to project schedule control options

This commit is contained in:
2026-04-15 11:15:10 +02:00
parent d63cbcff27
commit 438c69ddae

View File

@@ -49,7 +49,8 @@ describe("project schedule control options", () => {
target: createActorControlTargetRef("guard"),
pathId: "path-b",
speed: 1.75,
loop: true
loop: true,
smoothPath: false
});
expect(getProjectScheduleEffectOptionId(animationEffect)).toBe(
@@ -82,7 +83,8 @@ describe("project schedule control options", () => {
type: "followActorPath",
pathId: "path-b",
speed: 1.75,
loop: true
loop: true,
smoothPath: false
})
);
});