Within a dynamic scene, multiple mesh objects (specifically cubes) have been included. A unique EdgeHelper has been generated for each cube to track its movements and rotations.
Whenever a particular cube mesh is selected, I am aiming to alter the color of its corresponding EdgeHelper object. The method used for selection is not crucial in this case.
Thus, my main query revolves around identifying the specific EdgeHelper object linked to a given cube mesh.