feat: spatial bounds

This commit is contained in:
Nova
2023-06-11 00:38:05 -04:00
parent 0e61d51072
commit b12b171b53
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",