space/.luxe/.luxe.versions/outline/app.wren.version.lx
2021-11-19 17:10:34 -08:00

303 lines
5.8 KiB
Text

variables = {} //variables
time = 1599859650
imports = {
type = {
Entity = {
col = 47
module = "luxe: world"
name = "Entity"
line = 1
} //Entity
World = {
col = 31
module = "luxe: world"
name = "World"
line = 1
} //World
Transform = {
col = 58
module = "luxe: world"
name = "Transform"
line = 1
} //Transform
Render = {
col = 33
module = "luxe: render"
name = "Render"
line = 2
} //Render
Camera = {
col = 39
module = "luxe: world"
name = "Camera"
line = 1
} //Camera
Frame = {
col = 30
module = "luxe: game"
name = "Frame"
line = 3
} //Frame
} //type
module = {
"luxe: world" = {
Entity = {
name = "Entity"
location = {
col = 47
line = 1
} //location
} //Entity
World = {
name = "World"
location = {
col = 31
line = 1
} //location
} //World
Transform = {
name = "Transform"
location = {
col = 58
line = 1
} //location
} //Transform
Camera = {
name = "Camera"
location = {
col = 39
line = 1
} //location
} //Camera
} //luxe: world
"luxe: game" = {
Frame = {
name = "Frame"
location = {
col = 30
line = 3
} //location
} //Frame
} //luxe: game
"luxe: render" = {
Render = {
name = "Render"
location = {
col = 33
line = 2
} //location
} //Render
} //luxe: render
} //module
} //imports
classes = {
App = {
meta = null
} //App
} //classes
version = 5
methods = {
App = {
scale = [
{
construct = false
foreign = false
getter = true
setter = false
location = {
col = 8
line = 18
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = null
signature = "scale : Any"
}
] //scale
height = [
{
construct = false
foreign = false
getter = true
setter = false
location = {
col = 9
line = 17
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = null
signature = "height : Any"
}
] //height
world = [
{
construct = false
foreign = false
getter = true
setter = false
location = {
col = 8
line = 7
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = null
signature = "world : Any"
}
] //world
new = [
{
construct = true
foreign = false
getter = false
setter = false
location = {
col = 16
line = 20
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = [] //args
signature = "new() : Any"
}
] //new
destroy = [
{
construct = false
foreign = false
getter = false
setter = false
location = {
col = 10
line = 57
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = [] //args
signature = "destroy() : Any"
}
] //destroy
color = [
{
construct = false
foreign = false
getter = true
setter = false
location = {
col = 8
line = 13
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = null
signature = "color : Any"
}
{
construct = false
foreign = false
getter = false
setter = true
location = {
col = 8
line = 14
} //location
return_type = "Any"
meta = null
arity = 1
static = false
args = [
{
annotation = "Any"
name = "v"
}
] //args
signature = "color=(v : Any) : Any"
}
] //color
ui = [
{
construct = false
foreign = false
getter = true
setter = false
location = {
col = 5
line = 8
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = null
signature = "ui : Any"
}
] //ui
ui_camera = [
{
construct = false
foreign = false
getter = true
setter = false
location = {
col = 12
line = 11
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = null
signature = "ui_camera : Any"
}
] //ui_camera
camera = [
{
construct = false
foreign = false
getter = true
setter = false
location = {
col = 9
line = 10
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = null
signature = "camera : Any"
}
] //camera
width = [
{
construct = false
foreign = false
getter = true
setter = false
location = {
col = 8
line = 16
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = null
signature = "width : Any"
}
] //width
} //App
} //methods