class MAGES::MeshDeformations::Cutter

Overview

A cutting tool for DynamicSoftbodyActor. More…

class Cutter: public MonoBehaviour
{
public:
    // properties

    DynamicSoftbodyActor ActorToCut;
    float CutRadius;

    // methods

    void CutSplit();
    void CutRemove();
};

Detailed Documentation

A cutting tool for DynamicSoftbodyActor.

Properties

DynamicSoftbodyActor ActorToCut

Gets or sets the actor to cut.

float CutRadius

Gets or sets the cut radius.

Methods

void CutSplit()

Cuts the actor.

void CutRemove()

Cuts the actor.