C# Class UnityEditor.GUID

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
HexToGUIDInternal ( string hex, GUID &guid ) : void

Method Details

Empty() public méthode

public Empty ( ) : bool
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GUID() public méthode

public GUID ( string hexRepresentation ) : System
hexRepresentation string
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ParseExact() public méthode

public ParseExact ( string hex ) : bool
hex string
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool