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)]