C# Class Pathfinding.Util.Guid

Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
zero Guid
zeroString string

Méthodes publiques

Méthode Description
Equals ( System _rhs ) : bool
GetHashCode ( ) : int
Guid ( byte bytes ) : UnityEngine
Guid ( string str ) : UnityEngine
NewGuid ( ) : Guid
Parse ( string input ) : Guid
ToByteArray ( ) : byte[]
ToString ( ) : string
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( System _rhs ) : bool
_rhs System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Guid() public méthode

public Guid ( byte bytes ) : UnityEngine
bytes byte
Résultat UnityEngine

Guid() public méthode

public Guid ( string str ) : UnityEngine
str string
Résultat UnityEngine

NewGuid() public static méthode

public static NewGuid ( ) : Guid
Résultat Guid

Parse() public static méthode

public static Parse ( string input ) : Guid
input string
Résultat Guid

ToByteArray() public méthode

public ToByteArray ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

zero public_oe static_oe property

public static Guid,Pathfinding.Util zero
Résultat Guid

zeroString public_oe static_oe property

public static string zeroString
Résultat string