Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TMXImageLayerInfo

cc.TMXImageLayerInfo contains the information about the image layers. This information is obtained from the TMX file.

Hierarchy

  • TMXImageLayerInfo

Index

Properties

height

height: number = 0

name

name: string = ""

offset

offset: Vec2 = new Vec2(0, 0)

opacity

opacity: number = 0

Optional sourceImage

sourceImage: SpriteFrame

tintColor

tintColor: Color | null = null

trans

trans: Color = new Color(255, 255, 255, 255)

visible

visible: boolean = true

width

width: number = 0

Generated using TypeDoc