Numeric Boundaries
Overview
The Numeric Boundaries extension prevents the camera from moving beyond defined limits. This extension is very simple but at the same time quite flexible. You could, for example, use it to animate the left boundary value and make an auto-scrolling level. Since v2.4.0, this extension has the option to enable soft boundaries (also know as smooth edges). This gives an extra polished result to your camera movement when it reaches a stop.
Editor
Parameters:
Use Numeric Boundaries
: If enabled, the camera will be limited by the boundaries defined belowUse Top
: If enabled, the top border of the camera will be limited by the defined valueUse Bottom
: If enabled, the bottom border of the camera will be limited by the defined valueUse Left
: If enabled, the left border of the camera will be limited by the defined valueUse Right
: If enabled, the right border of the camera will be limited by the defined value
Soft Boundaries
: If enabled, the camera stops will be eased out for smoother resultsSoftness
: How smooth should the camera stop be?Soft Area
: The distance from the boundary from which the camera will start easing out the movement