C# Class UnityEngine.Hash128

Represent the hash value.

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

Méthodes publiques

Méthode 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

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

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Hash128() public méthode

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
Résultat System

Parse() public static méthode

Convert the input string to Hash128.

public static Parse ( string hashString ) : Hash128
hashString string
Résultat Hash128

ToString() public méthode

Convert Hash128 to string.

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool