UnityEngine.Hash128.INTERNAL_CALL_Parse C# (CSharp) Method

INTERNAL_CALL_Parse() private method

private INTERNAL_CALL_Parse ( string hashString, Hash128 &value ) : void
hashString string
value Hash128
return void
        private static extern void INTERNAL_CALL_Parse(string hashString, out Hash128 value);
        [MethodImpl(MethodImplOptions.InternalCall)]