iotmaker_santa_isabel_theater_interfaces

package module
v0.0.0-...-651f6be Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2022 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ISpriteDraw

type ISpriteDraw interface {
	// en: Get a unique element id
	//
	// pt_br: Retorna o id único do elemento
	GetId() string

	// en: Draw function to re draw element at every frame
	//
	// pt_br: Função de desenho para redesenhar o elemento a cada frame
	Draw()

	// en: Get an information about (x, y) is in element boxe
	//
	// pt_br: Retorna a informação se (x, y) está dentro da caxa do elemento
	GetCollisionBox(xEvent, yEvent int) bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL