B1CarriableObjectDustyValueRange
- Defines a range of dusty values and their associated score for carriable objects.
* Used by the dusty data asset to map cleanliness value ranges to scoring weights.
| Property | Type | Description | Metadata |
|---|---|---|---|
| RangeMin | int32 | Minimum dusty value (inclusive) for this range. | Category: B1CarriableObjectDustyValueRange |
| RangeMax | int32 | Maximum dusty value (inclusive) for this range. | Category: B1CarriableObjectDustyValueRange |
| Score | float | Score (0-1) assigned to carriable objects whose dusty value falls within this range. | Category: B1CarriableObjectDustyValueRange ClampMax: 1 ClampMin: 0 |