public static Mesh Find(string id) { IntPtr mesh = NativeAPI.mesh_find(id); return(mesh == IntPtr.Zero ? null : new Mesh(mesh)); }