Table of Contents

Struct BakeUtil.Settings

Namespace
Coherence.Editor
Assembly
Coherence.Editor.dll
public struct BakeUtil.Settings

Fields

CodeGenOnly

public static readonly BakeUtil.Settings CodeGenOnly

Field Value

BakeUtil.Settings

Default

public static readonly BakeUtil.Settings Default

Field Value

BakeUtil.Settings

GatherOnly

public static readonly BakeUtil.Settings GatherOnly

Field Value

BakeUtil.Settings

codegen

Create the baked scripts necessary to support baked mode.

public bool codegen

Field Value

bool

gather

Create the necessary additional schema and manifest files for a complete bake.

public bool gather

Field Value

bool