playerControllers property

List<PlayerController>? playerControllers
final

Controls the player in the game. You can pass a list of controllers to control the player in different ways.

Implementation

final List<PlayerController>? playerControllers;