Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextAsset

Hierarchy

Implements

Index

Constructors

constructor

  • new TextAsset(id: string, assetPath: string): TextAsset

Properties

data

data: string

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