This method of the Direct3dRMFrame Class removes a frame from the hierarchy. If the frame is not referenced, it is destroyed along with any child frames, lights, and meshes.
public void deleteChild(Direct3dRMFrame c);
c | The Direct3dRMFrame object to be used as the child. |