Show / Hide Table of Contents

    Class PreprocessorsModule

    Allows for the addition custom preprocessors (scripting define symbols) with control over which platforms they are present in.

    Inheritance
    Object
    Module
    PreprocessorsModule
    Implements
    IModule
    IDrawOrder
    IPlatformSwitch
    IBuildPlatformStart
    IBuildEventHandler
    Inherited Members
    Module.EventCallbackOrder
    Module.InitializeStyles()
    Module.DrawModule()
    Module.DrawAdditionalHeader(Rect)
    Namespace: QFSW.BA.Modules
    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
    Type Description
    String
    Overrides
    Module.DisplayName

    DrawOrder

    Declaration
    public override int DrawOrder { get; }
    Property Value
    Type Description
    Int32
    Overrides
    Module.DrawOrder

    ID

    Declaration
    public override string ID { get; }
    Property Value
    Type Description
    String
    Overrides
    Module.ID

    Tooltip

    Declaration
    public override string Tooltip { get; }
    Property Value
    Type Description
    String
    Overrides
    Module.Tooltip

    Methods

    DrawModuleContents()

    Declaration
    protected override void DrawModuleContents()
    Overrides
    Module.DrawModuleContents()

    OnBuildPlatformStart(Platform, BuildSettingsPackage)

    Declaration
    public void OnBuildPlatformStart(Platform platform, BuildSettingsPackage settingsPkg)
    Parameters
    Type Name Description
    Platform platform
    BuildSettingsPackage settingsPkg

    OnPlatformSwitch(Platform, Platform, Boolean)

    Declaration
    public void OnPlatformSwitch(Platform oldPlatform, Platform newPlatform, bool isBuilding)
    Parameters
    Type Name Description
    Platform oldPlatform
    Platform newPlatform
    Boolean isBuilding

    Implements

    IModule
    IDrawOrder
    IPlatformSwitch
    IBuildPlatformStart
    IBuildEventHandler

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top