Skip to main content

OnNodeOutputDisconnectedCallbackType

Type Alias OnNodeOutputDisconnectedCallbackType 

Source
pub type OnNodeOutputDisconnectedCallbackType = extern "C" fn(refany: RefAny, info: CallbackInfo, output: NodeGraphNodeId, output_index: usize) -> Update;