Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Asset

Hierarchy

Implements

Index

Constructors

constructor

  • new Asset(id: string, path: string): Asset
  • Parameters

    • id: string
    • path: string

    Returns Asset

Properties

id

id: string

onDestroyed

onDestroyed: Trigger<Asset>

originalPath

originalPath: string

path

path: string

Methods

Private _assetPathFilter

  • _assetPathFilter(path: string): string
  • Parameters

    • path: string

    Returns string

Private _load

destroy

  • destroy(): void

destroyed

  • destroyed(): boolean

inUse

  • inUse(): boolean
  • Returns boolean

Generated using TypeDoc