Companion

object Companion

The companion object of System.

Functions

Link copied to clipboard
@JvmStatic
fun register(clazz: Class<out System>)

Registers a custom System with the ECS.

Link copied to clipboard
@JvmStatic
fun unregister(clazz: Class<out System>)

Unregisters a custom System from the ECS.