Exemplo n.º 1
0
 internal static global::System.IntPtr getCPtr(AkAcousticSurface obj)
 {
     return((obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr);
 }
Exemplo n.º 2
0
 public void Clone(AkAcousticSurface other)
 {
     AkSoundEnginePINVOKE.CSharp_AkAcousticSurface_Clone(swigCPtr, AkAcousticSurface.getCPtr(other));
 }
Exemplo n.º 3
0
 public AkAcousticSurface GetAcousticSurface(uint idx) {
   AkAcousticSurface ret = new AkAcousticSurface(AkSoundEnginePINVOKE.CSharp_AkReflectionPathInfo_GetAcousticSurface(swigCPtr, idx), false);
   return ret;
 }