This version of Unity is unsupported.

Hash128

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

Represent the hash value.

Properties

isValidGet if the hash value is valid or not. (Read Only)

Constructors

Hash128Construct the Hash128.

Public Methods

ToStringConvert Hash128 to string.

Static Methods

ComputeCompute a hash of the input string.
ParseConvert the input string to Hash128.