Skip to main content

NodeLayoutGetRight

Function NodeLayoutGetRight 

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

§Safety

Get the right position of a node instance.

§Arguments

  • node - Raw pointer to the Node instance

§Returns

  • f32 - Right position

§Example

NodeLayoutGetRight(node);