Namespace: | Sirenix.OdinValidator.Editor |
Assembly: | Sirenix.OdinValidator.Editor |
public struct HierarchyAddress : IEquatable<ObjectAddress.HierarchyAddress>
public HierarchyAddress(string[] subNames, int[] subIndices)
System.String[] | subNames | |
System.Int32[] | subIndices |
public int[] SubIndices
public string[] SubNames
public bool Equals(ObjectAddress.HierarchyAddress other)
ObjectAddress.HierarchyAddress | other |
System.Boolean |
public override bool Equals(object obj)
System.Object | obj |
System.Boolean |
public override int GetHashCode()
System.Int32 |
public bool HasData()
System.Boolean |
public override string ToString()
System.String |
public static bool operator ==(ObjectAddress.HierarchyAddress a, ObjectAddress.HierarchyAddress b)
ObjectAddress.HierarchyAddress | a | |
ObjectAddress.HierarchyAddress | b |
System.Boolean |
public static bool operator !=(ObjectAddress.HierarchyAddress a, ObjectAddress.HierarchyAddress b)
ObjectAddress.HierarchyAddress | a | |
ObjectAddress.HierarchyAddress | b |
System.Boolean |