Skip to main content

NodeStyleSetRight

Function NodeStyleSetRight 

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

§Safety

Set the right of a node instance.

§Arguments

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

§Example

NodeStyleSetRight(node, value);