Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CameraFollowRules

Interface describing the Camera2D Follow Rules object, setting out how a Camera2D should follow an Entity

If not provided, default behavior will be used

Hierarchy

  • CameraFollowRules

Index

Properties

Properties

angle?: boolean

Whether or not to follow the Entity's rotation - defaults to false

position?: { x?: boolean; y?: boolean }

Whether or not to follow the Entity's position - both default to true

Type declaration

  • Optional x?: boolean
  • Optional y?: boolean