class MAGES::MeshDeformations::Editor::PuncturableTriangleSelectionTool

Overview

Scene view tool for editing puncture detector observed triangles. More…

class PuncturableTriangleSelectionTool: public EditorTool
{
public:
    // properties

    bool DrawWireframe;
    bool IsActive;
    override GUIContent toolbarIcon;

    // methods

    override void OnActivated();
    override void OnWillBeDeactivated();
    override void OnToolGUI(EditorWindow window);
};

Detailed Documentation

Scene view tool for editing puncture detector observed triangles.

Properties

bool DrawWireframe

Gets or sets a value indicating whether all puncturable triangles should be drawn as wireframe.

bool IsActive

Gets a value indicating whether this tool is currently active.