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

Function inspector_var_bit_button

perro_editor/res/scripts/editor/main.rs:604–610  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

602 pub canvas_memo_pan_x: f32,
603 pub canvas_memo_pan_y: f32,
604 pub canvas_memo_zoom: f32,
605 pub canvas_memo_layout: u32,
606 pub canvas_memo_aspect: f32,
607 pub viewport_label_text: String,
608}
609
610lifecycle!({
611 fn on_all_init(&self, ctx: &mut ScriptContext<'_, API>) {
612 connect_editor_signals(ctx);
613

Callers

nothing calls this directly

Calls 2

okMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected