Update scene transition handling and entity rotation logic

This commit is contained in:
2026-04-15 03:42:28 +02:00
parent 7fd9c6f775
commit f564daaea3
3 changed files with 6 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ export interface RuntimeSceneTransitionRecord {
fromSceneName: string;
toSceneId: string;
toSceneName: string;
viaExitEntityId: string;
sourceEntityId: string | null;
targetEntryEntityId: string;
}