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