components

package
v0.0.0-...-c5d59ff Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LuaExportRectangle

func LuaExportRectangle(r *image.Rectangle, state *lua.LState, table *lua.LTable) *lua.LTable

func LuaExportVector3

func LuaExportVector3(vec3 *mathlib.Vector3, state *lua.LState, table *lua.LTable) *lua.LTable

Types

type Component

type Component interface {
	akara.Component
	LuaExport
}

Component to director is an akara component that can be exported to the lua state machine

type LuaExport

type LuaExport interface {
	ExportToLua(*lua.LState, *lua.LTable) *lua.LTable
}

LuaExport is an interface for things that can be made available inside of the lua environment.

Jump to

Keyboard shortcuts

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