UnityEngine.Hash128.INTERNAL_CALL_Parse C# (CSharp) Метод

INTERNAL_CALL_Parse() приватный Метод

private INTERNAL_CALL_Parse ( string hashString, Hash128 &value ) : void
hashString string
value Hash128
Результат void
        private static extern void INTERNAL_CALL_Parse(string hashString, out Hash128 value);
        [MethodImpl(MethodImplOptions.InternalCall)]