OptionalconstraintsOptional spatial constraints for the camera.
ReadonlytypeThe unique type identifier of the strategy.
Updates the camera position and target based on the strategy's logic.
The camera to update.
The target position to follow.
The horizontal rotation delta.
The vertical rotation delta.
OptionalzoomOptional method to handle zooming within the strategy.
The camera to update.
The zoom delta.
True if the strategy handled the zoom, false otherwise.
Interface for camera control strategies (e.g. FPS, Orbit, Smooth).