ESCCameraBaseCommand
Extends: ESCBaseCommand
Description
Abstract base class for those commands that implement camera-based functionality.
Parameters
None.
Methods
generate_viewport_warning
func generate_viewport_warning(pos: Vector2, camera: ESCCamera) -> void
Generates a log entry when attempting to move the camera to an invalid position.
Parameters
Name |
Type |
Description |
Required? |
|---|---|---|---|
pos |
|
The offending position, represented by a |
yes |
camera |
|
The camera object as an |
yes |
Returns
Returns nothing.