MCPcopy Create free account
hub / github.com/PerroEngine/Perro / UiNode

Class UiNode

perro_source/core/perro_ui/src/layout.rs:204–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 fn default() -> Self {
203 Self::new()
204 }
205}
206
207#[derive(Clone, Debug, PartialEq)]
208pub struct UiNode {
209 pub transform: UiTransform,
210 pub layout: UiLayoutData,
211 pub visible: bool,
212 pub modulate: perro_structs::NodeModulate,
213 pub input_enabled: bool,
214 pub mouse_filter: UiMouseFilter,
215 pub clip_children: bool,

Calls

no outgoing calls