mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
NeighborMask
Interface NeighborMask
which of a cell's 8 neighbours belong to the same terrain, for autotiling one cell
interface
NeighborMask
{
e
:
boolean
;
n
:
boolean
;
ne
:
boolean
;
nw
:
boolean
;
s
:
boolean
;
se
:
boolean
;
sw
:
boolean
;
w
:
boolean
;
}
Index
Properties
e
n
ne
nw
s
se
sw
w
Properties
e
e
:
boolean
n
n
:
boolean
ne
ne
:
boolean
nw
nw
:
boolean
s
s
:
boolean
se
se
:
boolean
sw
sw
:
boolean
w
w
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
e
n
ne
nw
s
se
sw
w
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...
which of a cell's 8 neighbours belong to the same terrain, for autotiling one cell