override fun componentsToRegister(): List<ComponentRegistration> {
return PhysicsComponentRegistrations.all()
}
object PhysicsComponentRegistrations
all
()
|
Returns all component registrations for this package.
Signature
fun all(): List<ComponentRegistration> |