Table of Contents

Enum YamlAssetPath.ElementType

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

An enum representing the type of an element of the path.

public enum YamlAssetPath.ElementType

Fields

Index = 1

An element that is an index or a key.

ItemId = 2

An element that is an item identifier of a collection with ids

Member = 0

An element that is a member.