Function knyst::handles::handle

source ·
pub fn handle(gen: impl GenOrGraph) -> Handle<GenericHandle>
Expand description

Upload the Gen or graph to the active graph and return a GenericHandle for routing and setting inputs.

This is useful when the Gen you want to add doesn’t have it’s own handle function for some reason. Prefer the type specific handle init function for the type you want.