Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IStage ¶
type IStage interface { AddEngine(engine engine.IEngine) GetEngine() engine.IEngine AddToIndexList(id string, index int, collision func(x, y int) bool) RemoveFromIndexList(id string) IsDraggable(x, y int) string AddToDraw(sprite iotmaker_santa_isabel_theater_interfaces.ISpriteDraw) (string, int) RemoveFromDraw(id string) AddToCalc(f func()) (string, int) RemoveFromCalc(id string) AddToHighLatency(f func()) (string, int) RemoveFromHighLatency(id string) AddToSystem(f func()) (string, int) RemoveFromSystem(id string) CursorHide() CursorShow() SetCursorDrawFunc(function func()) SetCursorStageId(id string) SetWidth(width int) SetHeight(height int) Clear() }
Click to show internal directories.
Click to hide internal directories.