mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
RpgmAutotileFrame
Interface RpgmAutotileFrame
The four source quadrants that make up one 48 by 48 RPG Maker autotile.
interface
RpgmAutotileFrame
{
destinationX
:
number
;
destinationY
:
number
;
quadrants
:
readonly
[
RpgmAutotileQuadrant
,
RpgmAutotileQuadrant
,
RpgmAutotileQuadrant
,
RpgmAutotileQuadrant
,
]
;
shape
:
number
;
slot
:
RpgmAutotileSlot
;
tileId
:
number
;
}
Index
Properties
destination
X
destination
Y
quadrants
shape
slot
tile
Id
Properties
destination
X
destinationX
:
number
destination
Y
destinationY
:
number
quadrants
quadrants
:
readonly
[
RpgmAutotileQuadrant
,
RpgmAutotileQuadrant
,
RpgmAutotileQuadrant
,
RpgmAutotileQuadrant
,
]
shape
shape
:
number
slot
slot
:
RpgmAutotileSlot
tile
Id
tileId
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
destination
X
destination
Y
quadrants
shape
slot
tile
Id
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...
The four source quadrants that make up one 48 by 48 RPG Maker autotile.