Options
All
  • Public
  • Public/Protected
  • All
Menu

Base class for all components.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private _id

_id: string

enabled

enabled: boolean

Is the component enabled.

entity

entity: Entity

Entity that this component is attached to.

Accessors

id

  • get id(): string

Methods

awake

  • awake(): void

lateUpdate

  • lateUpdate(): void

start

  • start(): void

update

  • update(): void

Generated using TypeDoc