Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CameraConfig

Interface describing the Camera2D Configuration object, adding 2D-relevant offset and projection configurations

Hierarchy

  • CameraConfig

Index

Properties

name: string

A name for the Camera

offset?: { angle?: number; position?: Vec2 }

Optional Camera offsets

Type declaration

  • Optional angle?: number
  • Optional position?: Vec2
projection: { height: number; width: number }

2D Projection parameters

Type declaration

  • height: number
  • width: number