Package | Description |
---|---|
org.mini2Dx.ecs.game | |
org.mini2Dx.ecs.system |
Modifier and Type | Method and Description |
---|---|
void |
EntityComponentSystemGame.addSystem(System system)
Adds a
System to be handled by this
EntityComponentSystemGame |
void |
EntityComponentSystemGame.removeSystem(System system)
Removes a
System from this EntityComponentSystemGame |
Modifier and Type | Class and Description |
---|---|
class |
Box2DSystem
Wrap Box2D into an implementation of
System |
class |
ScreenManagerSystem
An implementation of
ScreenManager as a System suitable for
the Entity-Component-System architecture |
class |
UUIDSystem
|
Copyright © 2014. All rights reserved.