struct MAGES::MeshDeformations::RuntimeCollinearConstraintDataSlice¶
Overview¶
Slice of RuntimeCollinearConstraintData. More…
struct RuntimeCollinearConstraintDataSlice
{
// fields
NativeSlice Enabled;
NativeSlice Breakable;
NativeSlice PhysicsMaterialIndex;
NativeSlice ParticleA;
NativeSlice ParticleB;
NativeSlice ParticleC;
NativeSlice SimulationMeshDescriptorIndex;
// properties
int Count;
};
Detailed Documentation¶
Slice of RuntimeCollinearConstraintData.
Fields¶
NativeSliceEnabled
Indicates whether each constraint is enabled.
NativeSliceBreakable
Indicates whether each constraint is breakable.
NativeSlicePhysicsMaterialIndex
The index of the physics material for each constraint.
NativeSliceParticleA
The index of the first particle involved in each constraint.
NativeSliceParticleB
The index of the second particle involved in each constraint.
NativeSliceParticleC
The index of the third particle involved in each constraint.
NativeSliceSimulationMeshDescriptorIndex
The index of the simulation mesh descriptor for each constraint.
Properties¶
int Count
Gets the number of constraints.