Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Asset

Hierarchy

Index

Constructors

constructor

Properties

deleted

deleted: AsyncEvent<string> = new AsyncEvent<string>()

id

id: string

isPersistent

isPersistent: boolean = false

name

name: string

Optional templatePath

templatePath: undefined | string

Methods

copy

deserialize

destroy

  • destroy(): void

isA

  • isA<T>(type: object): boolean

isLoaded

  • isLoaded(): boolean

save

  • save(folderPath?: undefined | string): void

serialize

setProperty

  • setProperty(name: string, value: any): void

setState

upgrade