API Docs for: v0.1.0
Show:

CAMERA_FOLLOW Class

Defined in: src\constants.js:131

The follow types that the camera can execute

Item Index

Properties

Properties

LOCKON

Number final static

Represents a lockon follow style, this has no deadzone and the camera will follow the target movement exactly.

Default: 3

PLATFORMER

Number final static

Represents platformer follow style

Default: 0

TOPDOWN

Number final static

Represents topdown follow style

Default: 1

TOPDOWN_TIGHT

Number final static

Represents a tight topdown follow style

Default: 2