Show / Hide Table of Contents

Class YamlWalker

Inheritance
System.Object
AssetWalker
YamlWalker
Inherited Members
AssetWalker.EnterAsset(IUnityAssetBase)
AssetWalker.DivideAsset(IUnityAssetBase)
AssetWalker.ExitAsset(IUnityAssetBase)
AssetWalker.EnterField(IUnityAssetBase, String)
AssetWalker.ExitField(IUnityAssetBase, String)
AssetWalker.EnterList<T>(IReadOnlyList<T>)
AssetWalker.DivideList<T>(IReadOnlyList<T>)
AssetWalker.ExitList<T>(IReadOnlyList<T>)
AssetWalker.EnterDictionary<TKey, TValue>(IReadOnlyCollection<KeyValuePair<TKey, TValue>>)
AssetWalker.DivideDictionary<TKey, TValue>(IReadOnlyCollection<KeyValuePair<TKey, TValue>>)
AssetWalker.ExitDictionary<TKey, TValue>(IReadOnlyCollection<KeyValuePair<TKey, TValue>>)
AssetWalker.EnterDictionaryPair<TKey, TValue>(KeyValuePair<TKey, TValue>)
AssetWalker.DivideDictionaryPair<TKey, TValue>(KeyValuePair<TKey, TValue>)
AssetWalker.ExitDictionaryPair<TKey, TValue>(KeyValuePair<TKey, TValue>)
AssetWalker.EnterPair<TKey, TValue>(KeyValuePair<TKey, TValue>)
AssetWalker.DividePair<TKey, TValue>(KeyValuePair<TKey, TValue>)
AssetWalker.ExitPair<TKey, TValue>(KeyValuePair<TKey, TValue>)
AssetWalker.VisitPrimitive<T>(T)
AssetWalker.VisitPPtr<TAsset>(IPPtr<TAsset>)
AssetWalker.VisitPPtr<TAsset>(PPtr<TAsset>)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AssetRipper.Export.UnityProjects
Assembly: AssetRipper.Export.UnityProjects.dll
Syntax
public class YamlWalker : AssetWalker

Constructors

| Improve this Doc View Source

YamlWalker(YamlMappingNode)

Declaration
public YamlWalker(YamlMappingNode mappingNode)
Parameters
Type Name Description
YamlMappingNode mappingNode
| Improve this Doc View Source

YamlWalker(YamlMappingNode, String)

Declaration
public YamlWalker(YamlMappingNode mappingNode, string fieldName)
Parameters
Type Name Description
YamlMappingNode mappingNode
System.String fieldName
| Improve this Doc View Source

YamlWalker(YamlSequenceNode)

Declaration
public YamlWalker(YamlSequenceNode sequenceNode)
Parameters
Type Name Description
YamlSequenceNode sequenceNode
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾