GameStateGamestartPlacingComponent Method |
[Missing <summary> documentation for "M:Planetbase.GameStateGame.startPlacingComponent(Planetbase.ComponentType)"]
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void startPlacingComponent(
ComponentType componentType
)
Public Sub startPlacingComponent (
componentType As ComponentType
)
public:
void startPlacingComponent(
ComponentType^ componentType
)
Parameters
- componentType
- Type: PlanetbaseComponentType
[Missing <param name="componentType"/> documentation for "M:Planetbase.GameStateGame.startPlacingComponent(Planetbase.ComponentType)"]
See Also