Skip to main content

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.
PropertyTypeDescriptionMetadata
ShapeParameterIndexint32Index into the BodyShapeParameters array that drives this capsule scale.Category: Cloth Physics Asset Capsule
MinScalefloatLower bound: when boneControl < 0, scale is interpolated between MinScale and 1.f.Category: Cloth Physics Asset Capsule
MaxScalefloatUpper bound: when boneControl > 0, scale is interpolated between 1.f and MaxScale.Category: Cloth Physics Asset Capsule