Set how the overlay anchor position is transformed before placement.
(mut self, transform: PositionTransform)
| 54 | |
| 55 | /// Set how the overlay anchor position is transformed before placement. |
| 56 | pub fn with_transform(mut self, transform: PositionTransform) -> Self { |
| 57 | self.anchor_position_transform = transform; |
| 58 | self |
| 59 | } |
| 60 | |
| 61 | /// Transform the x coordinate of the overlay anchor. |
| 62 | pub fn with_transform_x(mut self, transform: Transform) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected