toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.lang
/
Environment
Environment
interface
Environment
Inheritors
Companion
EnvironmentCustom
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
:
Environment
Properties
TEMP
Link copied to clipboard
val
Environment
.
TEMP
:
String
temp
Path
Link copied to clipboard
val
Environment
.
tempPath
:
String
Functions
expand
Link copied to clipboard
fun
Environment
.
expand
(
str
:
String
)
:
String
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
String
?
get
All
Link copied to clipboard
abstract
fun
getAll
(
)
:
Map
<
String
,
String
>
set
Link copied to clipboard
abstract
operator
fun
set
(
key
:
String
,
value
:
String
)