UnityEngine.AndroidJNI.NewByteArray C# (CSharp) Method

NewByteArray() public static method

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