hammerspace 0.4.2

A plugin for the loading and management of levels and scenes, and their physical properties
Documentation
1
2
3
4
5
use bevy::prelude::*;
use vleue_navigator::NavMesh;

#[derive(Resource)]
pub struct Handles(pub Option<Handle<Gltf>>, pub Option<Handle<NavMesh>>);