Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StackPanel

Hierarchy

Index

Properties

orientation

orientation: UIOrientation = UIOrientation.Horizontal

overflow

overflow: UIOverflow = UIOverflow.Clip

Accessors

active

  • get active(): boolean
  • set active(active: boolean): void

entity

id

  • get id(): string

isTouchInside

  • get isTouchInside(): boolean

isTouchPressed

  • get isTouchPressed(): boolean

parent

  • get parent(): undefined | Entity

Methods

copy

deserialize

destroy

  • destroy(): void

getVertexBuffer

isA

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

isLoaded

  • isLoaded(): boolean

onReplace

reset

  • reset(): void

serialize

setEntity

  • setEntity(entity: Entity): void

setProperty

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

setState

setTouchInside

  • setTouchInside(inside: boolean): void

setTouchPressed

  • setTouchPressed(pressed: boolean): void

upgrade