Example #1
0
 protected override bool ReleaseHandle()
 {
     RecastLibrary.polymesh_detail_delete(handle);
     return(true);
 }
 protected override bool ReleaseHandle()
 {
     RecastLibrary.compact_heightfield_delete(handle);
     return(true);
 }
Example #3
0
 protected override bool ReleaseHandle()
 {
     RecastLibrary.InputGeom_delete(handle);
     return(true);
 }
Example #4
0
 protected override bool ReleaseHandle()
 {
     RecastLibrary.navmesh_query_delete(handle);
     return(true);
 }
Example #5
0
 protected override bool ReleaseHandle()
 {
     RecastLibrary.rcContext_delete(handle);
     return(true);
 }