Skip to main content

NodeLayoutGetLeft

Function NodeLayoutGetLeft 

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

§Safety

Get the left position of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Returns

  • f32 - Left position

§Example

NodeLayoutGetLeft(node);