Table of Contents

Enum ContentBuilderMode

Namespace
MonoGame.Framework.Content.Pipeline.Builder
Assembly
MonoGame.Framework.Content.Pipeline.dll

Describes the mode in which the content builder will run in.

public enum ContentBuilderMode

Fields

Builder = 1

Indicates that the content builder should build the passed content files.

None = 0

Indicates that no builder mode has been specified, so the builder will show the help menu.

Server = 2

Indicates that the content builder should run in server mode and wait for content load requests.