A flat-top, regular hexagon cell from a HexMap.
|
__init__(self,
i,
j,
height,
properties,
tile)
|
|
get_origin(self)
|
|
get_top(self)
|
|
get_bottom(self)
|
|
get_center(self)
|
|
get_midtop(self)
|
|
get_midbottom(self)
|
|
get_left(self)
|
|
get_right(self)
|
|
get_topleft(self)
|
|
get_topright(self)
|
|
get_bottomleft(self)
|
|
get_bottomright(self)
|
|
get_midtopleft(self)
|
|
get_midtopright(self)
|
|
get_midbottomleft(self)
|
|
get_midbottomright(self)
|
|
__contains__(self,
key)
(Inherited from cocos.tiles.Cell)
|
|
__getitem__(self,
key)
(Inherited from cocos.tiles.Cell)
|
|
__repr__(self)
(Inherited from cocos.tiles.Cell)
|
|
__setitem__(self,
key,
value)
(Inherited from cocos.tiles.Cell)
|
|
get(self,
key,
default=None)
(Inherited from cocos.tiles.Cell)
|
__init__
(Constructor)
__init__(self,
i,
j,
height,
properties,
tile)