docs.unity.cn
    Show / Hide Table of Contents

    Constructor Hash128

    Hash128(uint4)

    Declaration
    public Hash128(uint4 value)
    Parameters
    Type Name Description
    uint4 value

    Hash128(UInt32, UInt32, UInt32, UInt32)

    Declaration
    public Hash128(uint x, uint y, uint z, uint w)
    Parameters
    Type Name Description
    UInt32 x
    UInt32 y
    UInt32 z
    UInt32 w

    Hash128(String)

    Construct a hash from a 32 character hex string If the string has the incorrect length or non-hex characters the Value will be all 0

    Declaration
    public Hash128(string value)
    Parameters
    Type Name Description
    String value
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use