cpComponentNode

Used internally to track information on the collision graph. @private

struct cpComponentNode {
cpBody* root;
cpBody* next;
cpFloat idleTime;
}

Meta