Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ObstacleConfiguration

Specifies a obstacle present in the game/level.

Hierarchy

  • ObstacleConfiguration

Index

Properties

Properties

position

Position of the obstacle.

size

size: { height: number; width: number }

Size of the obstacle in pixels.

Type declaration

  • height: number
  • width: number

Generated using TypeDoc