UnityEngine.AndroidJNI.NewByteArray C# (CSharp) 메소드

NewByteArray() 공개 정적인 메소드

public static NewByteArray ( int size ) : IntPtr
size int
리턴 System.IntPtr
		public static IntPtr NewByteArray(int size){}
		public static IntPtr NewCharArray(int size){}
AndroidJNI