C# Class UnityEngine.Networking.NetworkHash128

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

Méthodes publiques

Свойство Type Description
i0 byte
i1 byte
i10 byte
i11 byte
i12 byte
i13 byte
i14 byte
i15 byte
i2 byte
i3 byte
i4 byte
i5 byte
i6 byte
i7 byte
i8 byte
i9 byte

Méthodes publiques

Méthode Description
IsValid ( ) : bool

A valid NetworkHash has a non-zero value.

Parse ( string text ) : NetworkHash128

This parses the string representation of a NetworkHash into a binary object.

Reset ( ) : void

Resets the value of a NetworkHash to zero (invalid).

ToString ( ) : string

Returns a string representation of a NetworkHash object.

Private Methods

Méthode Description
HexToNumber ( char c ) : int

Method Details

IsValid() public méthode

A valid NetworkHash has a non-zero value.

public IsValid ( ) : bool
Résultat bool

Parse() public static méthode

This parses the string representation of a NetworkHash into a binary object.

public static Parse ( string text ) : NetworkHash128
text string A hex string to parse.
Résultat NetworkHash128

Reset() public méthode

Resets the value of a NetworkHash to zero (invalid).

public Reset ( ) : void
Résultat void

ToString() public méthode

Returns a string representation of a NetworkHash object.

public ToString ( ) : string
Résultat string

Property Details

i0 public_oe property

public byte i0
Résultat byte

i1 public_oe property

public byte i1
Résultat byte

i10 public_oe property

public byte i10
Résultat byte

i11 public_oe property

public byte i11
Résultat byte

i12 public_oe property

public byte i12
Résultat byte

i13 public_oe property

public byte i13
Résultat byte

i14 public_oe property

public byte i14
Résultat byte

i15 public_oe property

public byte i15
Résultat byte

i2 public_oe property

public byte i2
Résultat byte

i3 public_oe property

public byte i3
Résultat byte

i4 public_oe property

public byte i4
Résultat byte

i5 public_oe property

public byte i5
Résultat byte

i6 public_oe property

public byte i6
Résultat byte

i7 public_oe property

public byte i7
Résultat byte

i8 public_oe property

public byte i8
Résultat byte

i9 public_oe property

public byte i9
Résultat byte