Enum YamlAssetPath.ElementType
An enum representing the type of an element of the path.
public enum YamlAssetPath.ElementTypeFields
- 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.