Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils/fields/LabelManager"

Index

Classes

Interfaces

Type aliases

Type aliases

Label

Label: { active: boolean; instance: Text; mass: number; position: Vector2 }

Instance of a multi-label entry.

Type declaration

  • active: boolean
  • instance: Text
  • mass: number
  • position: Vector2

LabelData

LabelData: { mass: number; position: Vector2 }

Data for label.

Type declaration

  • mass: number
  • position: Vector2

Generated using TypeDoc