示例#1
0
 public unsafe void UpdateUnmanagedPointer(ID3DXBaseMesh *pInterface)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public unsafe BaseMesh(ID3DXBaseMesh *pUnk)
 {
     throw new NotImplementedException();
 }