public Mesh() { _meshInst = NativeAPI.mesh_create(); if (_meshInst == IntPtr.Zero) { Log.Write(LogLevel.Warning, "Couldn't create empty mesh!"); } }