engine

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2022 License: Apache-2.0 Imports: 4 Imported by: 4

README

engine diagram

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine struct {
	// contains filtered or unexported fields
}

func (*Engine) AfterSystemAddToFunctions

func (el *Engine) AfterSystemAddToFunctions(runnerFunc func()) (string, int)

func (*Engine) AfterSystemDeleteFromFunctions

func (el *Engine) AfterSystemDeleteFromFunctions(UId string)

func (*Engine) AfterSystemGetZIndex

func (el *Engine) AfterSystemGetZIndex(UId string) int

func (*Engine) AfterSystemSetAsFistFunctionToRun

func (el *Engine) AfterSystemSetAsFistFunctionToRun(UId string) int

func (*Engine) AfterSystemSetAsLastFunctionToRun

func (el *Engine) AfterSystemSetAsLastFunctionToRun(UId string) int

func (*Engine) AfterSystemSetZIndex

func (el *Engine) AfterSystemSetZIndex(UId string, index int) int

func (*Engine) CursorAddDrawFunction

func (el *Engine) CursorAddDrawFunction(runnerFunc func()) string

func (*Engine) CursorRemoveDrawFunction

func (el *Engine) CursorRemoveDrawFunction(id string)

func (*Engine) DrawAddToFunctions

func (el *Engine) DrawAddToFunctions(runnerFunc func()) (string, int)

func (*Engine) DrawDeleteFromFunctions

func (el *Engine) DrawDeleteFromFunctions(UId string)

func (*Engine) DrawGetZIndex

func (el *Engine) DrawGetZIndex(UId string) int

func (*Engine) DrawSetAsFistFunctionToRun

func (el *Engine) DrawSetAsFistFunctionToRun(UId string) int

func (*Engine) DrawSetAsLastFunctionToRun

func (el *Engine) DrawSetAsLastFunctionToRun(UId string) int

func (*Engine) DrawSetZIndex

func (el *Engine) DrawSetZIndex(UId string, index int) int

func (*Engine) GetFPS

func (el *Engine) GetFPS() int

func (*Engine) GetSleepFrame

func (el *Engine) GetSleepFrame() int

func (*Engine) HighLatencyAddToFunctions

func (el *Engine) HighLatencyAddToFunctions(runnerFunc func()) (string, int)

func (*Engine) HighLatencyDeleteFromFunctions

func (el *Engine) HighLatencyDeleteFromFunctions(UId string)

func (*Engine) HighLatencyGetZIndex

func (el *Engine) HighLatencyGetZIndex(UId string) int

func (*Engine) HighLatencySetAsFistFunctionToRun

func (el *Engine) HighLatencySetAsFistFunctionToRun(UId string) int

func (*Engine) HighLatencySetAsLastFunctionToRun

func (el *Engine) HighLatencySetAsLastFunctionToRun(UId string) int

func (*Engine) HighLatencySetZIndex

func (el *Engine) HighLatencySetZIndex(UId string, index int) int

func (*Engine) Init

func (el *Engine) Init()

func (*Engine) MathAddToFunctions

func (el *Engine) MathAddToFunctions(runnerFunc func()) (string, int)

func (*Engine) MathDeleteFromFunctions

func (el *Engine) MathDeleteFromFunctions(UId string)

func (*Engine) MathGetZIndex

func (el *Engine) MathGetZIndex(UId string) int

func (*Engine) MathSetAsFistFunctionToRun

func (el *Engine) MathSetAsFistFunctionToRun(UId string) int

func (*Engine) MathSetAsLastFunctionToRun

func (el *Engine) MathSetAsLastFunctionToRun(UId string) int

func (*Engine) MathSetZIndex

func (el *Engine) MathSetZIndex(UId string, index int) int

func (*Engine) SetFPS

func (el *Engine) SetFPS(value int)

func (*Engine) SetSleepFrame

func (el *Engine) SetSleepFrame(value int)

func (*Engine) SystemAddToFunctions

func (el *Engine) SystemAddToFunctions(runnerFunc func()) (string, int)

func (*Engine) SystemDeleteFromFunctions

func (el *Engine) SystemDeleteFromFunctions(UId string)

func (*Engine) SystemGetZIndex

func (el *Engine) SystemGetZIndex(UId string) int

func (*Engine) SystemSetAsFistFunctionToRun

func (el *Engine) SystemSetAsFistFunctionToRun(UId string) int

func (*Engine) SystemSetAsLastFunctionToRun

func (el *Engine) SystemSetAsLastFunctionToRun(UId string) int

func (*Engine) SystemSetZIndex

func (el *Engine) SystemSetZIndex(UId string, index int) int

type FuncList

type FuncList struct {
	// contains filtered or unexported fields
}

type IEngine

type IEngine interface {
	Init()
	SetSleepFrame(value int)
	GetSleepFrame() int
	SetFPS(value int)
	GetFPS() int
	CursorAddDrawFunction(runnerFunc func()) string
	CursorRemoveDrawFunction(id string)
	HighLatencyAddToFunctions(runnerFunc func()) (string, int)
	HighLatencyDeleteFromFunctions(UId string)
	HighLatencySetZIndex(UId string, index int) int
	HighLatencyGetZIndex(UId string) int
	HighLatencySetAsFistFunctionToRun(UId string) int
	HighLatencySetAsLastFunctionToRun(UId string) int
	SystemAddToFunctions(runnerFunc func()) (string, int)
	SystemDeleteFromFunctions(UId string)
	SystemSetZIndex(UId string, index int) int
	SystemGetZIndex(UId string) int
	SystemSetAsFistFunctionToRun(UId string) int
	SystemSetAsLastFunctionToRun(UId string) int
	AfterSystemAddToFunctions(runnerFunc func()) (string, int)
	AfterSystemDeleteFromFunctions(UId string)
	AfterSystemSetZIndex(UId string, index int) int
	AfterSystemGetZIndex(UId string) int
	AfterSystemSetAsFistFunctionToRun(UId string) int
	AfterSystemSetAsLastFunctionToRun(UId string) int
	MathAddToFunctions(runnerFunc func()) (string, int)
	MathDeleteFromFunctions(UId string)
	MathSetZIndex(UId string, index int) int
	MathGetZIndex(UId string) int
	MathSetAsFistFunctionToRun(UId string) int
	MathSetAsLastFunctionToRun(UId string) int
	DrawAddToFunctions(runnerFunc func()) (string, int)
	DrawDeleteFromFunctions(UId string)
	DrawSetZIndex(UId string, index int) int
	DrawGetZIndex(UId string) int
	DrawSetAsFistFunctionToRun(UId string) int
	DrawSetAsLastFunctionToRun(UId string) int
}

fixme: projeto a parte?

Jump to

Keyboard shortcuts

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