Skip to main content

NodeLayoutGetBottom

Function NodeLayoutGetBottom 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeLayoutGetBottom(node: NodePtr) -> f32
Expand description

§Safety

Get the bottom position of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Returns

  • f32 - Bottom position

§Example

NodeLayoutGetBottom(node);