C# Class UnityEngine.Hash128

Represent the hash value.

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Hash128 ( uint u32_0, uint u32_1, uint u32_2, uint u32_3 ) : System

Construct the Hash128.

Parse ( string hashString ) : Hash128

Convert the input string to Hash128.

ToString ( ) : string

Convert Hash128 to string.

operator ( ) : bool

Private Methods

Method Description
INTERNAL_CALL_Parse ( string hashString, Hash128 &value ) : void
Internal_Hash128ToString ( uint d0, uint d1, uint d2, uint d3 ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Hash128() public method

Construct the Hash128.

public Hash128 ( uint u32_0, uint u32_1, uint u32_2, uint u32_3 ) : System
u32_0 uint
u32_1 uint
u32_2 uint
u32_3 uint
return System

Parse() public static method

Convert the input string to Hash128.

public static Parse ( string hashString ) : Hash128
hashString string
return Hash128

ToString() public method

Convert Hash128 to string.

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool