AttachTo
Introduction
someShapeCollection.AttachTo(newParent, false);someShapeCollection.AxisAlignedRectangles.AttachTo(newParent, changeRelative);
someShapeCollection.Circles.AttachTo(newParent, changeRelative);
someShapeCollection.Polygons.AttachTo(newParent, changeRelative);
someShapeCollection.Lines.AttachTo(newParent, changeRelative);
someShapeCollection.Spheres.AttachTo(newParent, changeRelative);
someShapeCollection.AxisAlignedCubes.AttachTo(newParent, changeRelative);
someShapeCollection.Capsule2Ds.AttachTo(newParent, changeRelative);Newly-added Shapes must be manually attached
Last updated
Was this helpful?