Preparing search index...
The search index is not available
Angry Pixel Engine
Angry Pixel Engine
TiledObject
Interface TiledObject
interface
TiledObject
{
gid
:
number
;
height
:
number
;
id
:
number
;
name
:
string
;
polygon
?:
{
x
:
number
;
y
:
number
;
}
[]
;
polyline
?:
{
x
:
number
;
y
:
number
;
}
[]
;
properties
?:
TiledProperty
[]
;
rotation
:
number
;
type
:
string
;
visible
:
true
;
width
:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
gid
height
id
name
polygon?
polyline?
properties?
rotation
type
visible
width
x
y
Properties
gid
gid
:
number
height
height
:
number
id
id
:
number
name
name
:
string
Optional
polygon
polygon
?:
{
x
:
number
;
y
:
number
;
}
[]
Optional
polyline
polyline
?:
{
x
:
number
;
y
:
number
;
}
[]
Optional
properties
properties
?:
TiledProperty
[]
rotation
rotation
:
number
type
type
:
string
visible
visible
:
true
width
width
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
gid
height
id
name
polygon
polyline
properties
rotation
type
visible
width
x
y
Angry Pixel Engine
Loading...