Update runtime interaction system test with position and yawDegrees

This commit is contained in:
2026-04-15 10:02:53 +02:00
parent 53aa43025f
commit 3bd22bf7c8

View File

@@ -189,6 +189,8 @@ function createRuntimeNpcFixture(options: {
actorId: `${options.entityId}-actor`,
name: undefined,
visible: true,
position: { x: 0, y: 0, z: 0 },
yawDegrees: 0,
modelAssetId: null,
dialogues: [
{
@@ -204,13 +206,7 @@ function createRuntimeNpcFixture(options: {
}
],
defaultDialogueId: options.dialogueId,
authoredPosition: { x: 0, y: 0, z: 0 },
authoredYawDegrees: 0,
active: true,
activeRoutineId: null,
activeRoutineTitle: null,
position: { x: 0, y: 0, z: 0 },
yawDegrees: 0,
animationClipName: null,
animationLoop: undefined,
resolvedPath: null,