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

NewBooleanArray() 공개 정적인 메소드

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