Files
gymkhana-actions/docs/api/ESCCameraLimits.md
Dennis Ploeger 58d880101d Optimized Docs (#7)
Authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-06-22 23:06:20 +02:00

767 B

ESCCameraLimits

Extends: Object

Description

Describes a bounding box that limits the camera movement in the scene

Property Descriptions

limit_left

var limit_left: int = -10000

The left side of the bounding box

limit_right

var limit_right: int = 10000

The right side of the bounding box

limit_top

var limit_top: int = -10000

The top side of the bounding box

limit_bottom

var limit_bottom: int = 10000

The bottom side of the bounding box

Method Descriptions

_init

func _init(left: int, right: int, top: int, bottom: int)