B1ClothCapsuleScaleSetup
- Defines how a cloth physics-asset capsule is scaled from a body-shape parameter,
* interpolating between MinScale and MaxScale based on the bone control value.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ShapeParameterIndex | int32 | Index into the BodyShapeParameters array that drives this capsule scale. | Category: Cloth Physics Asset Capsule |
| MinScale | float | Lower bound: when boneControl < 0, scale is interpolated between MinScale and 1.f. | Category: Cloth Physics Asset Capsule |
| MaxScale | float | Upper bound: when boneControl > 0, scale is interpolated between 1.f and MaxScale. | Category: Cloth Physics Asset Capsule |