C# Class Pathfinding.Util.Guid

Mostrar archivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
zero Guid
zeroString string

Public Methods

Method 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 method

public Equals ( System _rhs ) : bool
_rhs System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Guid() public method

public Guid ( byte bytes ) : UnityEngine
bytes byte
return UnityEngine

Guid() public method

public Guid ( string str ) : UnityEngine
str string
return UnityEngine

NewGuid() public static method

public static NewGuid ( ) : Guid
return Guid

Parse() public static method

public static Parse ( string input ) : Guid
input string
return Guid

ToByteArray() public method

public ToByteArray ( ) : byte[]
return byte[]

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

zero public_oe static_oe property

public static Guid,Pathfinding.Util zero
return Guid

zeroString public_oe static_oe property

public static string zeroString
return string