Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Surface

Hierarchy

  • Surface

Implements

Index

Constructors

constructor

  • new Surface(width: number, height: number, drawable?: any, isDynamic?: boolean): Surface
  • Parameters

    • width: number
    • height: number
    • Optional drawable: any
    • Optional isDynamic: boolean

    Returns Surface

Properties

Private _destroyed

_destroyed: boolean

Private _drawable

_drawable: any

animatingStarted

animatingStarted: Trigger<void>

animatingStopped

animatingStopped: Trigger<void>

height

height: number

isDynamic

isDynamic: boolean

width

width: number

Methods

destroy

  • destroy(): void

destroyed

  • destroyed(): boolean

isPlaying

  • isPlaying(): boolean
  • Returns boolean

renderer

  • Returns Renderer

Generated using TypeDoc