public static
var localPlayers: List<PlayerController>;
public static List<PlayerController> localPlayers;
説明
ゲームに追加されている全てのプレイヤーのリスト
These are the players on this client, not all of the players in the game on the server. The client has no explicit knowledge of the player objects of other clients.