scene

package
v0.0.0-...-d1ed616 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2016 License: MIT Imports: 1 Imported by: 1

Documentation

Overview

Package scene provides an interface for scenes

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Scene

type Scene interface {
	// Enter executes when the scene is going to be used
	Enter()

	// Exit executes when the scene is going to be replaced or stopped
	Exit()

	common.Updater
	common.Drawer
	common.EventHandler
}

Scene is an interface the provides the needed functions for a usual scene

Jump to

Keyboard shortcuts

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