feat: spatial bounds

This commit is contained in:
Nova
2023-06-11 00:38:05 -04:00
parent e9089e83a9
commit c8206b14dd
6 changed files with 88 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ use std::sync::{Arc, Weak};
lazy_static! {
static ref ITEM_ALIAS_LOCAL_SIGNALS: Vec<&'static str> = vec![
"get_bounds",
"get_transform",
"set_transform",
"set_spatial_parent",