public void Clear()
 {
     AkSoundEnginePINVOKE.CSharp_AkAcousticSurface_Clear(swigCPtr);
 }
示例#2
0
 protected override void DefaultConstructAtIntPtr(System.IntPtr address)
 {
     AkSoundEnginePINVOKE.CSharp_AkAcousticSurface_Clear(address);
 }