CSharp_AkPlaylistArray_GrowArray__SWIG_0() private method

private CSharp_AkPlaylistArray_GrowArray__SWIG_0 ( IntPtr jarg1, uint jarg2 ) : bool
jarg1 IntPtr
jarg2 uint
return bool
Esempio n. 1
0
 public bool GrowArray(uint in_uGrowBy)
 {
     return(AkSoundEnginePINVOKE.CSharp_AkPlaylistArray_GrowArray__SWIG_0(this.swigCPtr, in_uGrowBy));
 }
Esempio n. 2
0
    public bool GrowArray(uint in_uGrowBy)
    {
        bool ret = AkSoundEnginePINVOKE.CSharp_AkPlaylistArray_GrowArray__SWIG_0(swigCPtr, in_uGrowBy);

        return(ret);
    }
Esempio n. 3
0
 public bool GrowArray()
 {
     return(AkSoundEnginePINVOKE.CSharp_AkPlaylistArray_GrowArray__SWIG_0(swigCPtr));
 }