MCPcopy Create free account
hub / github.com/angular-rust/ux-components / y

Method y

src/elements/element.rs:1253–1257  ·  view source on GitHub ↗

The y position of the control bounds, world coordinate

(&self)

Source from the content-addressed store, hash-verified

1251
1252 /// The y position of the control bounds, world coordinate
1253 fn y(&self) -> f32 {
1254 let comp = self.as_ref().borrow();
1255
1256 comp.y
1257 }
1258
1259 /// The y position of the control bounds, world coordinate
1260 fn set_y(&self, y: f32) {

Callers 15

mousemoveMethod · 0.45
mousemoveMethod · 0.45
mousemoveMethod · 0.45
mousemoveMethod · 0.45
mousemoveMethod · 0.45
mousemoveMethod · 0.45
mousemoveMethod · 0.45
mousemoveMethod · 0.45
bounds_changedMethod · 0.45
mousemoveMethod · 0.45
mousemoveMethod · 0.45
scrollvdownMethod · 0.45

Implementers 15

transform.rssrc/elements/transform.rs
media_query.rssrc/elements/media_query.rs
navigation_toolbar.rssrc/elements/navigation_toolbar.rs
calendar_date_picker.rssrc/elements/calendar_date_picker.rs
custom_scroll_view.rssrc/elements/custom_scroll_view.rs
preferred_size.rssrc/elements/preferred_size.rs
rust_logo.rssrc/elements/rust_logo.rs
panel.rssrc/elements/panel.rs
single_child_scroll_view.rssrc/elements/single_child_scroll_view.
choice_chip.rssrc/elements/choice_chip.rs
tab_page_selector.rssrc/elements/tab_page_selector.rs
align.rssrc/elements/align.rs

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected