Hash128
struct in UnityEngine
/
Implemented in:
UnityEngine.CoreModule
Description 描述
Represent the hash value.
Properties 属性
isValid
Get if the hash value is valid or not. (Read Only)
Constructors
Hash128
Construct the Hash128.
Public Methods 公共方法
ToString
Convert Hash128 to string.
Static Methods 静态方法
Compute
Compute a hash of the input string.
Parse
Convert the input string to Hash128.