CAMERA_FOLLOW Class
The follow types that the camera can execute
Item Index
Properties
- LOCKON static
- PLATFORMER static
- TOPDOWN static
- TOPDOWN_TIGHT static
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