Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CameraFollowRules

Interface describing a 3D Camera follow configuration object, defining the way in which the Camera will follow an Entity

Hierarchy

  • CameraFollowRules

Index

Properties

Properties

angles?: { x?: boolean; y?: boolean; z?: boolean }

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

Type declaration

  • Optional x?: boolean
  • Optional y?: boolean
  • Optional z?: boolean
position?: { x?: boolean; y?: boolean; z?: boolean }

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

Type declaration

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