ManufacturingTabOnManufacturingDropdownValueChange Method |
Called when the manufacturing system selected changes
Namespace:
BrydenWoodUnity.UIElements
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void OnManufacturingDropdownValueChange(
int value
)
Public Sub OnManufacturingDropdownValueChange (
value As Integer
)
public:
void OnManufacturingDropdownValueChange(
int value
)
member OnManufacturingDropdownValueChange :
value : int -> unit
Parameters
- value
- Type: SystemInt32
The index of the manufacturing system
See Also