Click or drag to resize

WeatherMakerEditorUtilityUpdatePreProcessor Method

Update pre-processor

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void UpdatePreProcessor(
	bool add,
	string preProcessor
)

Parameters

add
Type: SystemBoolean
True to add, false to remove
preProcessor
Type: SystemString
The pre-processor to add or remove
See Also