ManufacturingTabShowManufacturingSystem Method |
Toggles the display of manufacturing systems
Namespace:
BrydenWoodUnity.UIElements
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void ShowManufacturingSystem(
bool show
)
Public Sub ShowManufacturingSystem (
show As Boolean
)
public:
void ShowManufacturingSystem(
bool show
)
member ShowManufacturingSystem :
show : bool -> unit
Parameters
- show
- Type: SystemBoolean
On or Off
See Also