Add handleRuntimeTargetLookBoundaryReached to context
This commit is contained in:
@@ -165,6 +165,7 @@ export interface RuntimeControllerContext {
|
||||
handleRuntimeTargetLookInput?(
|
||||
input: RuntimeTargetLookInput
|
||||
): RuntimeTargetLookInputResult;
|
||||
handleRuntimeTargetLookBoundaryReached?(): boolean;
|
||||
isCameraDrivenExternally(): boolean;
|
||||
getCameraYawRadians(): number;
|
||||
isInputSuspended(): boolean;
|
||||
|
||||
Reference in New Issue
Block a user