toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge
/
ReloadClassContext
Reload
Class
Context
class
ReloadClassContext
(
val
injector
:
Injector
,
val
refreshedClasses
:
Set
<
String
>
,
val
rootFolders
:
List
<
String
>
)
Members
Constructors
Reload
Class
Context
Link copied to clipboard
constructor
(
injector
:
Injector
,
refreshedClasses
:
Set
<
String
>
,
rootFolders
:
List
<
String
>
)
Properties
injector
Link copied to clipboard
val
injector
:
Injector
refreshed
Classes
Link copied to clipboard
val
refreshedClasses
:
Set
<
String
>
root
Folders
Link copied to clipboard
val
rootFolders
:
List
<
String
>