UnityEngine.AndroidJNI.NewCharArray C# (CSharp) Method

NewCharArray() public static method

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