# Interface: SystemConstructor<TSystem>
An interface for a constructor of a system.
# Type parameters
| Name | Type | Description |
|---|---|---|
TSystem | extends AbstractSystem<any> | The system class the constructor creates. |
# Table of contents
# Constructors
# Properties
# Constructors
# constructor
• new SystemConstructor(...p)
The constructor function.
# Parameters
| Name | Type |
|---|---|
...p | any[] |
# Defined in
src/core/AbstractSystem.ts:89 (opens new window)
# Properties
# name
• Optional name: string
The name of the constructor.