class MAGES::MeshDeformations::Editor::VolumeConstraintsDestructionDetectorOverlay

Overview

Overlay for showing VolumeConstraintsDestructionDetectorSelectionTool options. More…

class VolumeConstraintsDestructionDetectorOverlay: public Overlay
{
public:
    // properties

    bool HideSelectedVolumeConstraints;

    // methods

    delegate void OnGroupSelectionChanged(int newGroupSelection);

    VolumeConstraintsDestructionDetectorOverlay(
        VolumeConstraintsDestructionDetector target,
        OnGroupSelectionChanged callback
    );

    override VisualElement CreatePanelContent();
};

Detailed Documentation

Overlay for showing VolumeConstraintsDestructionDetectorSelectionTool options.

Properties

bool HideSelectedVolumeConstraints

Gets or sets a value indicating whether the selected volume constraints should be hidden.