space/.luxe/.luxe.versions/outline/renderer.wren.version.lx
2022-02-08 21:26:50 -08:00

274 lines
5.6 KiB
Text

variables = {} //variables
time = 1572166072
imports = {
type = {
PixelFormat = {
source = "PixelFormat"
col = 70
module = "luxe: render"
name = "PixelFormat"
line = 2
} //PixelFormat
PassLayerDesc = {
source = "PassLayerDesc"
col = 65
module = "luxe: render"
name = "PassLayerDesc"
line = 1
} //PassLayerDesc
SortType = {
source = "SortType"
col = 35
module = "luxe: render"
name = "SortType"
line = 2
} //SortType
ImageType = {
source = "ImageType"
col = 57
module = "luxe: render"
name = "ImageType"
line = 2
} //ImageType
LoadAction = {
source = "LoadAction"
col = 77
module = "luxe: render"
name = "LoadAction"
line = 1
} //LoadAction
ImageDesc = {
source = "ImageDesc"
col = 46
module = "luxe: render"
name = "ImageDesc"
line = 2
} //ImageDesc
Render = {
source = "Render"
col = 33
module = "luxe: render"
name = "Render"
line = 1
} //Render
RenderLayerDesc = {
source = "RenderLayerDesc"
col = 50
module = "luxe: render"
name = "RenderLayerDesc"
line = 1
} //RenderLayerDesc
} //type
module = {
"luxe: render" = {
PixelFormat = {
source = "PixelFormat"
name = "PixelFormat"
location = {
col = 70
line = 2
} //location
} //PixelFormat
PassLayerDesc = {
source = "PassLayerDesc"
name = "PassLayerDesc"
location = {
col = 65
line = 1
} //location
} //PassLayerDesc
SortType = {
source = "SortType"
name = "SortType"
location = {
col = 35
line = 2
} //location
} //SortType
ImageType = {
source = "ImageType"
name = "ImageType"
location = {
col = 57
line = 2
} //location
} //ImageType
LoadAction = {
source = "LoadAction"
name = "LoadAction"
location = {
col = 77
line = 1
} //location
} //LoadAction
ImageDesc = {
source = "ImageDesc"
name = "ImageDesc"
location = {
col = 46
line = 2
} //location
} //ImageDesc
Render = {
source = "Render"
name = "Render"
location = {
col = 33
line = 1
} //location
} //Render
RenderLayerDesc = {
source = "RenderLayerDesc"
name = "RenderLayerDesc"
location = {
col = 50
line = 1
} //location
} //RenderLayerDesc
} //luxe: render
} //module
} //imports
errors = [] //errors
version = 6
classes = {
Renderer = {
meta = null
superclass = "null"
location = {
col = 15
line = 4
} //location
} //Renderer
} //classes
methods = {
Renderer = {
new = [
{
construct = true
foreign = false
getter = false
setter = false
location = {
col = 16
line = 6
} //location
return_type = "Renderer"
meta = null
arity = 0
static = false
args = [] //args
signature = "new() : Renderer"
}
] //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