playerControllers property
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;
Controls the player in the game. You can pass a list of controllers to control the player in different ways.
final List<PlayerController>? playerControllers;