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

252 lines
5.1 KiB
Text

variables = {} //variables
time = 1572166072
imports = {
type = {
PixelFormat = {
col = 70
module = "luxe: render"
name = "PixelFormat"
line = 2
} //PixelFormat
PassLayerDesc = {
col = 65
module = "luxe: render"
name = "PassLayerDesc"
line = 1
} //PassLayerDesc
SortType = {
col = 35
module = "luxe: render"
name = "SortType"
line = 2
} //SortType
ImageType = {
col = 57
module = "luxe: render"
name = "ImageType"
line = 2
} //ImageType
LoadAction = {
col = 77
module = "luxe: render"
name = "LoadAction"
line = 1
} //LoadAction
ImageDesc = {
col = 46
module = "luxe: render"
name = "ImageDesc"
line = 2
} //ImageDesc
Render = {
col = 33
module = "luxe: render"
name = "Render"
line = 1
} //Render
RenderLayerDesc = {
col = 50
module = "luxe: render"
name = "RenderLayerDesc"
line = 1
} //RenderLayerDesc
} //type
module = {
"luxe: render" = {
PixelFormat = {
name = "PixelFormat"
location = {
col = 70
line = 2
} //location
} //PixelFormat
PassLayerDesc = {
name = "PassLayerDesc"
location = {
col = 65
line = 1
} //location
} //PassLayerDesc
SortType = {
name = "SortType"
location = {
col = 35
line = 2
} //location
} //SortType
ImageType = {
name = "ImageType"
location = {
col = 57
line = 2
} //location
} //ImageType
LoadAction = {
name = "LoadAction"
location = {
col = 77
line = 1
} //location
} //LoadAction
ImageDesc = {
name = "ImageDesc"
location = {
col = 46
line = 2
} //location
} //ImageDesc
Render = {
name = "Render"
location = {
col = 33
line = 1
} //location
} //Render
RenderLayerDesc = {
name = "RenderLayerDesc"
location = {
col = 50
line = 1
} //location
} //RenderLayerDesc
} //luxe: render
} //module
} //imports
classes = {
Renderer = {
meta = null
} //Renderer
} //classes
version = 5
methods = {
Renderer = {
new = [
{
construct = true
foreign = false
getter = false
setter = false
location = {
col = 16
line = 6
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = [] //args
signature = "new() : Any"
}
] //new
ui_render_path = [
{
construct = false
foreign = false
getter = false
setter = false
location = {
col = 17
line = 41
} //location
return_type = "Any"
meta = null
arity = 1
static = false
args = [
{
annotation = "Any"
name = "ctx"
}
] //args
signature = "ui_render_path(ctx : Any) : Any"
}
] //ui_render_path
ready = [
{
construct = false
foreign = false
getter = false
setter = false
location = {
col = 8
line = 12
} //location
return_type = "Any"
meta = null
arity = 0
static = false
args = [] //args
signature = "ready() : Any"
}
] //ready
tick = [
{
construct = false
foreign = false
getter = false
setter = false
location = {
col = 7
line = 16
} //location
return_type = "Any"
meta = null
arity = 1
static = false
args = [
{
annotation = "Any"
name = "delta"
}
] //args
signature = "tick(delta : Any) : Any"
}
] //tick
render_path = [
{
construct = false
foreign = false
getter = false
setter = false
location = {
col = 14
line = 20
} //location
return_type = "Any"
meta = null
arity = 1
static = false
args = [
{
annotation = "Any"
name = "ctx"
}
] //args
signature = "render_path(ctx : Any) : Any"
}
] //render_path
game_render_path = [
{
construct = false
foreign = false
getter = false
setter = false
location = {
col = 19
line = 30
} //location
return_type = "Any"
meta = null
arity = 1
static = false
args = [
{
annotation = "Any"
name = "ctx"
}
] //args
signature = "game_render_path(ctx : Any) : Any"
}
] //game_render_path
} //Renderer
} //methods