Table of Contents

Enum TemplateScope

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

Describes if a template is supporting a particular context

[DataContract("TemplateScope")]
public enum TemplateScope

Fields

Asset = 2

The template can be applied to certain types of Assets Asset.

Package = 1

The template can be applied to an existing Package.

Session = 0

The template can be applied to an existing PackageSession.