Skip to main content

SmartSprite

Hierarchy

  • Sprite
    • SmartSprite

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

label

  • get label(): string
  • set label(value: string): void
  • Returns string

  • Parameters

    • value: string

    Returns void

tag

  • get tag(): string
  • set tag(value: string): void
  • Returns string

  • Parameters

    • value: string

    Returns void

textureReleased

  • get textureReleased(): boolean
  • set textureReleased(value: boolean): void
  • Returns boolean

  • Parameters

    • value: boolean

    Returns void

Methods

destroy

  • destroy(...param: [options?: boolean | IDestroyOptions]): void
  • Parameters

    • rest...param: [options?: boolean | IDestroyOptions]

    Returns void