enum PropertyDistributionType
Determines type of distribution used by distribution properties.
Values
| Name | Value | Description |
|---|---|---|
PDT_Constant |
0 |
The distribution is a costant value. |
PDT_RandomRange |
1 |
The distribution is a random value in a specified constant range. |
PDT_Curve |
2 |
The distribution is a time-varying value. |
PDT_RandomCurveRange |
3 |
The distribution is a random value in a specified time-varying range. |