Macro mesh_id

Source
macro_rules! mesh_id {
    ($proc_mesh:ident) => { ... };
    ($proc_mesh:ident . $actor_mesh:ident) => { ... };
}