Skip to main content

NodeSetResolveCalc

Function NodeSetResolveCalc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn NodeSetResolveCalc( node: NodePtr, resolve_calc: ResolveCalc, )
Expand description

§Safety

Set the resolve calc function for a node instance.

§Arguments

  • node - Raw pointer to the Node instance
  • resolve_calc - Resolve calc function

§Example

NodeSetResolveCalc(node, resolve_calc);