Add handleRuntimeTargetLookBoundaryReached to context

This commit is contained in:
2026-04-25 17:26:01 +02:00
parent 429209b61a
commit d9f724c45d

View File

@@ -165,6 +165,7 @@ export interface RuntimeControllerContext {
handleRuntimeTargetLookInput?(
input: RuntimeTargetLookInput
): RuntimeTargetLookInputResult;
handleRuntimeTargetLookBoundaryReached?(): boolean;
isCameraDrivenExternally(): boolean;
getCameraYawRadians(): number;
isInputSuspended(): boolean;