MCPcopy Create free account
hub / github.com/TheRedDeveloper/ply-engine / direction

Method direction

src/layout.rs:216–219  ·  view source on GitHub ↗
(&mut self, direction: LayoutDirection)

Source from the content-addressed store, hash-verified

214 /// Sets the layout direction.
215 #[inline]
216 pub fn direction(&mut self, direction: LayoutDirection) -> &mut Self {
217 self.config.layout_direction = direction;
218 self
219 }
220
221 /// Enables child wrapping to the cross axis when children exceed available space on the main axis.
222 #[inline]

Calls

no outgoing calls