Type Alias let_engine::NObject
source · pub type NObject = Arc<Mutex<Node<Box<dyn GameObject>>>>;
Aliased Type§
struct NObject { /* private fields */ }
pub type NObject = Arc<Mutex<Node<Box<dyn GameObject>>>>;
struct NObject { /* private fields */ }