ecspresso
Preparing search index...
plugins/rendering/tilemap
TiledObject
Interface TiledObject
interface
TiledObject
{
height
?:
number
;
id
:
number
;
name
?:
string
;
properties
?:
readonly
TiledProperty
[]
;
rotation
?:
number
;
type
?:
string
;
width
?:
number
;
x
:
number
;
y
:
number
;
}
Index
Properties
height?
id
name?
properties?
rotation?
type?
width?
x
y
Properties
Optional
height
height
?:
number
id
id
:
number
Optional
name
name
?:
string
Optional
properties
properties
?:
readonly
TiledProperty
[]
Optional
rotation
rotation
?:
number
Optional
type
type
?:
string
Optional
width
width
?:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
id
name
properties
rotation
type
width
x
y
ecspresso
Loading...