Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UpdateOp = updateOp{}
UpdateOp операція, яка не змінює текстуру, але сигналізує, що текстуру потрібно розглядати як готову.
Functions ¶
Types ¶
type Loop ¶
type Loop struct { Receiver Receiver Mq messageQueue // contains filtered or unexported fields }
func (*Loop) StopAndWait ¶
func (l *Loop) StopAndWait()
type MoveFigures ¶
type Operation ¶
type Operation interface { // Do виконує зміну операції, повертаючи true, якщо текстура вважається готовою для відображення. Do(t screen.Texture) (ready bool) }
Operation змінює вхідну текстуру.
type OperationFunc ¶
OperationFunc використовується для перетворення функції оновлення текстури в Operation.
Click to show internal directories.
Click to hide internal directories.