ktx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
ktx
ashley
/
ktx.ashley
/
MissingEntitySystemException
Missing
Entity
System
Exception
class
MissingEntitySystemException
(
type
:
KClass
<
out
EntitySystem
>
)
:
GdxRuntimeException
Thrown when accessing an
EntitySystem
via
getSystem
that does not exist in the
Engine
.
Members
Constructors
Missing
Entity
System
Exception
Link copied to clipboard
constructor
(
type
:
KClass
<
out
EntitySystem
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?