Interface: Neighbours<T>
object2d.Neighbours
A generic interface to represent any 3D object's neighbours in a grid.
Type parameters
Name |
---|
T |
Indexable
โช [index: string
]: T
Properties
bottom
โข Optional
bottom: T
Defined in
src/object2d.ts:11
bottomLeft
โข Optional
bottomLeft: T
Defined in
src/object2d.ts:15
bottomRight
โข Optional
bottomRight: T
Defined in
src/object2d.ts:16
left
โข Optional
left: T
Defined in
src/object2d.ts:9
right
โข Optional
right: T
Defined in
src/object2d.ts:10
top
โข Optional
top: T
Defined in
src/object2d.ts:12
topLeft
โข Optional
topLeft: T
Defined in
src/object2d.ts:13
topRight
โข Optional
topRight: T
Defined in
src/object2d.ts:14