MissingEntitySystemException

class MissingEntitySystemException(type: KClass<out EntitySystem>) : GdxRuntimeException

Thrown when accessing an EntitySystem via getSystem that does not exist in the Engine.

Constructors

Link copied to clipboard
constructor(type: KClass<out EntitySystem>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?