ESCCameraBaseCommand

Extends: ESCBaseCommand < Resource

Description

Method Descriptions

generate_viewport_warning

func generate_viewport_warning(pos: Vector2, camera: ESCCamera) -> void

Generaters a log entry when attempting to move the camera to an invalid position.

Parameters

  • pos: The offending position.

  • camera: The camera object that pos was checked against.