hammerspace 0.4.2

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

#[derive(Event)]
pub struct PathEvent(pub Entity, pub Vec3, pub Vec3);