Tanks Multiplayer
1.4
|
Defines properties of a team. More...
Public Attributes | |
string | name |
The name of the team shown on game over. More... | |
Material | material |
The color of a team for UI and player prefabs. More... | |
Transform | spawn |
The spawn point of a team in the scene. In case it has a BoxCollider component attached, a point within the collider bounds will be used. More... | |
Defines properties of a team.
Material material |
The color of a team for UI and player prefabs.
string name |
The name of the team shown on game over.
Transform spawn |
The spawn point of a team in the scene. In case it has a BoxCollider component attached, a point within the collider bounds will be used.