コード例 #1
0
ファイル: AkVertex.cs プロジェクト: Fabpk90/DiscoAtTheDisco2
 internal static global::System.IntPtr getCPtr(AkVertex obj)
 {
     return((obj == null) ? global::System.IntPtr.Zero : obj.swigCPtr);
 }
コード例 #2
0
ファイル: AkVertex.cs プロジェクト: Fabpk90/DiscoAtTheDisco2
 public void Clone(AkVertex other)
 {
     AkSoundEnginePINVOKE.CSharp_AkVertex_Clone(swigCPtr, AkVertex.getCPtr(other));
 }
コード例 #3
0
ファイル: AkVertex.cs プロジェクト: Fabpk90/ArduinoWorkShop
 public void Clone(AkVertex other)
 {
     Vector = other.Vector;
 }