Skip to main content

NodeStyleSetLeft

Function NodeStyleSetLeft 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeStyleSetLeft(node: NodePtr, value: f32)
Expand description

§Safety

Set the left of a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • value - Left type

§Example

NodeStyleSetLeft(node, value);