Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Walker ¶
type Walker interface {
X() int
Y() int
XY() (int, int)
Image() *ebiten.Image
SetX(int)
SetY(int)
SetXY(int, int)
Update()
Draw(*ebiten.Image)
SetUpdateFunc(func())
SetDrawFunc(func(*ebiten.Image))
SetImage(*ebiten.Image)
}
func NewTraditionalRandomWalker ¶
func NewTraditionalRandomWalker(x, y int, walkerType WalkerType) Walker
Click to show internal directories.
Click to hide internal directories.