UnloadMesh method

void UnloadMesh(
  1. MeshD mesh
)

Implementation

void UnloadMesh(
  MeshD mesh,
) => run(
  () => 'UnloadMesh($mesh)',
  () => rl.Core.UnloadMesh(
    rl.Temp.Mesh$.Ref1(mesh).ref,
  ),
);