Namespace Stride.Core.Assets.Yaml
Classes
- AttachedYamlAssetMetadata
An interface representing an object that has IYamlAssetMetadata attached to it.
- YamlAssetMetadata<T>
A container class to transfer metadata between the asset and the YAML serializer.
- YamlAssetPath
A class representing the path of a member or item of an Asset as it is created/consumed by the YAML asset serializers.
- YamlAssetPathComparer
Equality comparer for YamlAssetPath hwne used as a key in a hashing collection (e.g. Dictionary<TKey, TValue>.
Structs
- YamlAssetPath.Element
A structure representing an element of a YamlAssetPath.
Enums
- YamlAssetPath.ElementType
An enum representing the type of an element of the path.