C# Class UnityEngine.Networking.NetworkHash128

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

Public Properties

Property 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

Public Methods

Method 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

Method Description
HexToNumber ( char c ) : int

Method Details

IsValid() public method

A valid NetworkHash has a non-zero value.

public IsValid ( ) : bool
return bool

Parse() public static method

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.
return NetworkHash128

Reset() public method

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

public Reset ( ) : void
return void

ToString() public method

Returns a string representation of a NetworkHash object.

public ToString ( ) : string
return string

Property Details

i0 public_oe property

public byte i0
return byte

i1 public_oe property

public byte i1
return byte

i10 public_oe property

public byte i10
return byte

i11 public_oe property

public byte i11
return byte

i12 public_oe property

public byte i12
return byte

i13 public_oe property

public byte i13
return byte

i14 public_oe property

public byte i14
return byte

i15 public_oe property

public byte i15
return byte

i2 public_oe property

public byte i2
return byte

i3 public_oe property

public byte i3
return byte

i4 public_oe property

public byte i4
return byte

i5 public_oe property

public byte i5
return byte

i6 public_oe property

public byte i6
return byte

i7 public_oe property

public byte i7
return byte

i8 public_oe property

public byte i8
return byte

i9 public_oe property

public byte i9
return byte