toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.graphics.shader
/
Program
/
Stm
/
Raw
Raw
data
class
Raw
(
val
strings
:
Map
<
String
,
String
>
,
val
other
:
Program.Stm
?
=
null
)
:
Program.Stm
Members
Constructors
Raw
Link copied to clipboard
constructor
(
strings
:
Map
<
String
,
String
>
,
other
:
Program.Stm
?
=
null
)
Properties
other
Link copied to clipboard
val
other
:
Program.Stm
?
=
null
strings
Link copied to clipboard
val
strings
:
Map
<
String
,
String
>
Functions
string
Link copied to clipboard
fun
string
(
name
:
String
,
default
:
String
=
""
)
:
String
string
Or
Null
Link copied to clipboard
fun
stringOrNull
(
name
:
String
)
:
String
?