Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IAssetCache

Hierarchy

  • IAssetCache

Index

Properties

enabled

enabled: boolean

Methods

clear

  • clear(prefix?: string): void

getBitmapData

getFont

  • getFont(id: string): Font

getSound

  • getSound(id: string): Sound

hasBitmapData

  • hasBitmapData(id: string): boolean

hasFont

  • hasFont(id: string): boolean

hasSound

  • hasSound(id: string): boolean

removeBitmapData

  • removeBitmapData(id: string): boolean

removeFont

  • removeFont(id: string): boolean

removeSound

  • removeSound(id: string): boolean

setBitmapData

  • setBitmapData(id: string, bitmapData: BitmapData): void

setFont

  • setFont(id: string, font: Font): void

setSound

  • setSound(id: string, sound: Sound): void

Generated using TypeDoc