Options
All
  • Public
  • Public/Protected
  • All
Menu

Wraps ComponentId to make certain EntityComponentState calls more fluent

Type parameters

Hierarchy

  • Component

Index

Constructors

constructor

Properties

Private Readonly _ecState

_ecState: any

Private _ecdb

_ecdb: any

Private Readonly _id

_id: any

Private getComponentFromDb

getComponentFromDb: any

Methods

delete

  • delete(): void
  • Returns void

getData

  • getData(): T
  • Returns T

getId

  • Returns ComponentId

getOwner

  • Returns Entity

isDeleted

  • isDeleted(): boolean
  • Returns boolean

setData

  • setData(val: T): void
  • Parameters

    • val: T

    Returns void

Generated using TypeDoc