Class PreprocessorsModule
Allows for the addition custom preprocessors (scripting define symbols) with control over which platforms they are present in.
Inheritance
PreprocessorsModule
Assembly: QFSW.BA.dll
Syntax
public class PreprocessorsModule : Module, IModule, IDrawOrder, ISerializationCallbackReceiver, IPlatformSwitch, IBuildPlatformStart, IBuildEventHandler
Properties
DisplayName
Declaration
public override string DisplayName { get; }
Property Value
Overrides
DrawOrder
Declaration
public override int DrawOrder { get; }
Property Value
Overrides
ID
Declaration
public override string ID { get; }
Property Value
Overrides
Declaration
public override string Tooltip { get; }
Property Value
Overrides
Methods
DrawModuleContents()
Declaration
protected override void DrawModuleContents()
Overrides
Declaration
public void OnBuildPlatformStart(Platform platform, BuildSettingsPackage settingsPkg)
Parameters
Declaration
public void OnPlatformSwitch(Platform oldPlatform, Platform newPlatform, bool isBuilding)
Parameters
Implements
Extension Methods