struct MAGES::MeshDeformations::RuntimeVolumeConstraintDataSlice

Overview

Runtime volume constraint data. More…

struct RuntimeVolumeConstraintDataSlice
{
    // fields

    NativeSlice Enabled;
    NativeSlice Breakable;
    NativeSlice PhysicsMaterialIndex;
    NativeSlice ParticleA;
    NativeSlice ParticleB;
    NativeSlice ParticleC;
    NativeSlice ParticleD;
    NativeSlice RestVolume;
    NativeSlice SimulationMeshDescriptorIndex;

    // properties

    int Count;
};

Detailed Documentation

Runtime volume constraint data.

Fields

NativeSlice Enabled

Enabled array slice.

NativeSlice Breakable

Breakable array slice.

NativeSlice PhysicsMaterialIndex

PhysicsMaterialIndex array slice.

NativeSlice ParticleA

Particle A array slice.

NativeSlice ParticleB

Particle B array slice.

NativeSlice ParticleC

Particle C array slice.

NativeSlice ParticleD

Particle D array slice.

NativeSlice RestVolume

The volume of the constraints at rest configuration.

NativeSlice SimulationMeshDescriptorIndex

The simulation mesh descriptor index.

Properties

int Count

Gets the data count.