class MAGES::MeshDeformations::Tools::VolumeConstraintsDestructionDetector::ObservedVolumeConstraintGroup

Overview

A group of observed volume constraints. More…

class ObservedVolumeConstraintGroup
{
public:
    // properties

    ObservedVolumeConstraint[] ObservedVolumeConstraints;
    UnityEvent VolumeConstraintsDestroyed;
};

Detailed Documentation

A group of observed volume constraints.

Properties

ObservedVolumeConstraint[] ObservedVolumeConstraints

Gets or sets an array of the observed volume constraints.

UnityEvent VolumeConstraintsDestroyed

Gets or sets the event invoked when a volume constraint in the group is destroyed.