Namespace: | Sirenix.OdinValidator.Editor |
Assembly: | Sirenix.OdinValidator.Editor |
public struct ComponentAddress : IEquatable<ObjectAddress.ComponentAddress>
public ComponentAddress(int componentIndex, Type componentType)
System.Int32 | componentIndex | |
System.Type | componentType |
public int ComponentIndex
public UnitySerializableType ComponentType
public bool Equals(ObjectAddress.ComponentAddress other)
ObjectAddress.ComponentAddress | 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 static bool operator ==(ObjectAddress.ComponentAddress a, ObjectAddress.ComponentAddress b)
ObjectAddress.ComponentAddress | a | |
ObjectAddress.ComponentAddress | b |
System.Boolean |
public static bool operator !=(ObjectAddress.ComponentAddress a, ObjectAddress.ComponentAddress b)
ObjectAddress.ComponentAddress | a | |
ObjectAddress.ComponentAddress | b |
System.Boolean |