Options
All
  • Public
  • Public/Protected
  • All
Menu

Module TrackedComponent

Index

Variables

Const TrackedCompSymbolKeys

TrackedCompSymbolKeys: { entityIDs: symbol; getEntities: symbol; isTracked: symbol; onAdd: symbol; onRemove: symbol; onUpdate: symbol; setWorld: symbol; world: symbol } = ...

Type declaration

  • entityIDs: symbol
  • getEntities: symbol
  • isTracked: symbol
  • onAdd: symbol
  • onRemove: symbol
  • onUpdate: symbol
  • setWorld: symbol
  • world: symbol

Functions

trackComponent

  • trackComponent<CT>(CompClass: ClassConstructor<CT>, trackedEventHandlers: TrackedEventHandlers<CT>): TrackedComponent<CT>

Generated using TypeDoc