示例#1
0
 internal static global::System.IntPtr getCPtr(AkVertex obj)
 {
     return((obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr);
 }
示例#2
0
 public void Clone(AkVertex other)
 {
     AkSoundEnginePINVOKE.CSharp_AkVertex_Clone(swigCPtr, AkVertex.getCPtr(other));
 }
示例#3
0
 public void Clone(AkVertex other)
 {
     Vector = other.Vector;
 }