Esempio n. 1
0
 public void Clone(AkAcousticSurface other)
 {
     AkSoundEnginePINVOKE.CSharp_AkAcousticSurface_Clone(swigCPtr, AkAcousticSurface.getCPtr(other));
 }
Esempio n. 2
0
 protected override void CloneIntoReferenceFromIntPtr(System.IntPtr address, AkAcousticSurface other)
 {
     AkSoundEnginePINVOKE.CSharp_AkAcousticSurface_Clone(address, AkAcousticSurface.getCPtr(other));
 }