コード例 #1
0
 public void Clone(Dbvt dest, IClone iclone)
 {
     btDbvt_clone2(_native, dest._native, iclone._native);
 }
コード例 #2
0
ファイル: Dbvt.cs プロジェクト: Cyberbanan/BulletSharpUnity3d
 public void Clone(Dbvt dest, IClone iclone)
 {
     btDbvt_clone2(_native, dest._native, iclone._native);
 }
コード例 #3
0
 public void Clone(Dbvt dest)
 {
     btDbvt_clone(_native, dest._native);
 }
コード例 #4
0
ファイル: Dbvt.cs プロジェクト: Cyberbanan/BulletSharpUnity3d
 public void Clone(Dbvt dest)
 {
     btDbvt_clone(_native, dest._native);
 }