Method | Description | |
---|---|---|
CollisionSystem ( ) : System.Collections.Generic |
Initializes a new instance of the CollisionSystem class.
|
Method | Description | |
---|---|---|
ProcessEntities ( Entity>.IDictionary |
Processes the entities.
|
Method | Description | |
---|---|---|
CollisionExists ( Entity entity1, Entity entity2 ) : bool |
The collision exists.
|
public CollisionSystem ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected ProcessEntities ( Entity>.IDictionary |
||
entities | Entity>.IDictionary | The entities. |
return | void |