Skip to main content

create_joint_in_graph

Function create_joint_in_graph 

Source
pub fn create_joint_in_graph(world: &mut World, joint_id: i32) -> (i32, i32)
Expand description

Assign a color and slot in the graph for a joint. Returns (color_index, local_index) rather than the C interior pointer. (b2CreateJointInGraph)