C# Class UnityEditor.GUID

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Empty ( ) : bool
Equals ( object obj ) : bool
GUID ( string hexRepresentation ) : System
GetHashCode ( ) : int
ParseExact ( string hex ) : bool
operator ( ) : bool

Private Methods

Method Description
HexToGUIDInternal ( string hex, GUID &guid ) : void

Method Details

Empty() public method

public Empty ( ) : bool
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GUID() public method

public GUID ( string hexRepresentation ) : System
hexRepresentation string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

ParseExact() public method

public ParseExact ( string hex ) : bool
hex string
return bool

operator() public static method

public static operator ( ) : bool
return bool