Struct ObjectIdentifier
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct ObjectIdentifier : IEquatable<ObjectIdentifier>
Properties
|
Improve this Doc
View Source
filePath
Declaration
public string filePath { get; }
Property Value
|
Improve this Doc
View Source
fileType
Declaration
public FileType fileType { get; }
Property Value
|
Improve this Doc
View Source
guid
Declaration
public GUID guid { get; }
Property Value
|
Improve this Doc
View Source
localIdentifierInFile
Declaration
public long localIdentifierInFile { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
Equals(ObjectIdentifier)
Declaration
public bool Equals(ObjectIdentifier other)
Parameters
Returns
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Equality(ObjectIdentifier, ObjectIdentifier)
Declaration
public static bool operator ==(ObjectIdentifier a, ObjectIdentifier b)
Parameters
Returns
|
Improve this Doc
View Source
GreaterThan(ObjectIdentifier, ObjectIdentifier)
Declaration
public static bool operator>(ObjectIdentifier a, ObjectIdentifier b)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(ObjectIdentifier, ObjectIdentifier)
Declaration
public static bool operator !=(ObjectIdentifier a, ObjectIdentifier b)
Parameters
Returns
|
Improve this Doc
View Source
LessThan(ObjectIdentifier, ObjectIdentifier)
Declaration
public static bool operator <(ObjectIdentifier a, ObjectIdentifier b)
Parameters
Returns
Implements
Extension Methods