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¶
NativeSliceEnabled
Enabled array slice.
NativeSliceBreakable
Breakable array slice.
NativeSlicePhysicsMaterialIndex
PhysicsMaterialIndex array slice.
NativeSliceParticleA
Particle A array slice.
NativeSliceParticleB
Particle B array slice.
NativeSliceParticleC
Particle C array slice.
NativeSliceParticleD
Particle D array slice.
NativeSliceRestVolume
The volume of the constraints at rest configuration.
NativeSliceSimulationMeshDescriptorIndex
The simulation mesh descriptor index.
Properties¶
int Count
Gets the data count.