createSystem abstract method

  1. @factory
System createSystem(
  1. State state
)

Creates a new system with the given state.

Implementation

@factory
System createSystem(State state);