The y position of the control bounds, world coordinate
(&self)
| 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) { |
no test coverage detected