Namespace: | Sirenix.OdinValidator.Editor |
Assembly: | Sirenix.OdinValidator.Editor |
public struct SubAssetAddress : IEquatable<ObjectAddress.SubAssetAddress>
public SubAssetAddress(Type assetType, int instanceID, int index)
System.Type | assetType | |
System.Int32 | instanceID | |
System.Int32 | index |
public UnitySerializableType AssetType
public int Index
public int InstanceID
public bool Equals(ObjectAddress.SubAssetAddress other)
ObjectAddress.SubAssetAddress | 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.SubAssetAddress a, ObjectAddress.SubAssetAddress b)
ObjectAddress.SubAssetAddress | a | |
ObjectAddress.SubAssetAddress | b |
System.Boolean |
public static bool operator !=(ObjectAddress.SubAssetAddress a, ObjectAddress.SubAssetAddress b)
ObjectAddress.SubAssetAddress | a | |
ObjectAddress.SubAssetAddress | b |
System.Boolean |