EntityCommands constructor

EntityCommands(
  1. Commands _commands,
  2. Entity entity
)

Implementation

EntityCommands(this._commands, this.entity);