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

Method z_index

src/elements.rs:57–60  ·  view source on GitHub ↗
(&mut self, z_index: i16)

Source from the content-addressed store, hash-verified

55 /// Sets the floating element's Z-index.
56 #[inline]
57 pub fn z_index(&mut self, z_index: i16) -> &mut Self {
58 self.config.z_index = z_index;
59 self
60 }
61
62 /// Sets the attachment points of the floating element and its parent.
63 ///

Callers 1

test_floatingFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_floatingFunction · 0.64