EntityProcessingSystem constructor

EntityProcessingSystem(
  1. Aspect aspect
)

Create a new EntityProcessingSystem. It requires at least one component.

Implementation

EntityProcessingSystem(super.aspect);