Class SerializableTreeType
Inherited Members
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)
Namespace: AssetRipper.Import.Structure.Assembly.TypeTrees
Assembly: AssetRipper.Import.dll
Syntax
public sealed class SerializableTreeType : SerializableType
Properties
| Improve this Doc View SourceFlowMappedInYaml
Declaration
public override bool FlowMappedInYaml { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Version
Declaration
public override int Version { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceFromRootNode(TypeTreeNodeStruct, Boolean)
Declaration
public static SerializableTreeType FromRootNode(TypeTreeNodeStruct rootNode, bool monoBehaviourStructure = false)
Parameters
Type | Name | Description |
---|---|---|
TypeTreeNodeStruct | rootNode | |
System.Boolean | monoBehaviourStructure |
Returns
Type | Description |
---|---|
SerializableTreeType |