Table of Contents

Enum ProjectType

Namespace
Stride.Core.Assets
Assembly
Stride.Core.Assets.dll

Type of the project.

[DataContract("ProjectType")]
public enum ProjectType

Fields

Executable = 1

An executable.

Library = 0

A library.