YamlAssetPath.ElementType Enum
Namespace: Stride.Core.Assets.YamlAssembly: Stride.Core.Assets.dll
An enum representing the type of an element of the path.
public enum ElementType
Fields
| Name | Description |
|---|---|
| Index | An element that is an index or a key. |
| ItemId | An element that is an item identifier of a collection with ids |
| Member | An element that is a member. |