gameforge - v0.1.12
Preparing search index...
Pixi
IUniformParser
Interface IUniformParser
interface
IUniformParser
{
code
(
name
:
string
,
uniform
:
any
)
:
string
;
codeUbo
?
(
name
:
string
,
uniform
:
any
)
:
string
;
test
(
data
:
unknown
,
uniform
:
any
)
:
boolean
;
}
Index
Methods
code
code
Ubo?
test
Methods
code
code
(
name
:
string
,
uniform
:
any
)
:
string
Parameters
name
:
string
uniform
:
any
Returns
string
Optional
code
Ubo
codeUbo
?
(
name
:
string
,
uniform
:
any
)
:
string
Parameters
name
:
string
uniform
:
any
Returns
string
test
test
(
data
:
unknown
,
uniform
:
any
)
:
boolean
Parameters
data
:
unknown
uniform
:
any
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
code
code
Ubo
test
gameforge - v0.1.12
Loading...