Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Destroyable

破棄可能なオブジェクトかを表すインターフェース。

Hierarchy

  • Destroyable

Implemented by

Index

Methods

Methods

destroy

  • destroy(): void
  • オブジェクトを破棄する。

    Returns void

destroyed

  • destroyed(): boolean
  • 破棄されたオブジェクトかどうかを判定する。

    Returns boolean

Generated using TypeDoc