tiramisu/empty
Empty scene node used for hierarchy and shared transforms.
Values
pub fn ext() -> extension.Extension
Build the internal extension used to reconcile empty group nodes.
Most applications should not call this directly; use
tiramisu.builtin_extensions() instead.
pub const hidden: fn(Bool) -> attribute.Attribute(a)
Hide or show the group and its descendants.
This uses the standard HTML hidden attribute syntax, but Tiramisu applies
it to scene visibility rather than DOM layout.