The x position of the control bounds, world coordinate
(&self)
| 1218 | |
| 1219 | /// The x position of the control bounds, world coordinate |
| 1220 | fn x(&self) -> f32 { |
| 1221 | let comp = self.as_ref().borrow(); |
| 1222 | |
| 1223 | comp.x |
| 1224 | } |
| 1225 | |
| 1226 | /// The x position of the control bounds, world coordinate |
| 1227 | fn set_x(&self, x: f32) { |
no test coverage detected