Table of Contents

Class ModExportConfig

Namespace
Ceres.Gameplay.Mod.Editor
Assembly
Ceres.Gameplay.Editor.dll

Scriptable mod export configuration

public class ModExportConfig : FlowGraphScriptableObject, IFlowGeneratedRuntimeContainer, IFlowGraphContainer, ICeresGraphContainer, IFlowGraphRuntime, IFlowProgramRuntime
Inheritance
ModExportConfig
Implements
Inherited Members

Constructors

ModExportConfig()

public ModExportConfig()

Fields

authorName

public string authorName

Field Value

string

customBuilders

public SerializedType<CustomBuilder>[] customBuilders

Field Value

SerializedType<CustomBuilder>[]

description

public string description

Field Value

string

iconData

public byte[] iconData

Field Value

byte[]

modName

public string modName

Field Value

string

version

public string version

Field Value

string

Methods

CreateResourceExporter()

Create resource exporter

public ResourceExporter CreateResourceExporter()

Returns

ResourceExporter

Flow_OnBuild(string)

[ImplementableEvent]
public void Flow_OnBuild(string buildPath)

Parameters

buildPath string

Flow_OnCleanup()

[ImplementableEvent]
public void Flow_OnCleanup()