UnityEngine.Hash128.Hash128 C# (CSharp) Method

Hash128() public method

Construct the Hash128.

public Hash128 ( uint u32_0, uint u32_1, uint u32_2, uint u32_3 ) : System
u32_0 uint
u32_1 uint
u32_2 uint
u32_3 uint
return System
        public Hash128(uint u32_0, uint u32_1, uint u32_2, uint u32_3)
        {
            this.m_u32_0 = u32_0;
            this.m_u32_1 = u32_1;
            this.m_u32_2 = u32_2;
            this.m_u32_3 = u32_3;
        }