IVariation |
public interface IVariationParameter
The IVariationParameter type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseValue | The base value from where the loop starts. |
![]() | CurrentValue | The property's current value in a loop cycle. |
![]() | Delta | The delta the value is increased in a loop cycle. May be negative. |
![]() | FormatString | A format string for displaying a property value in the GUI. |
![]() | ModelPath | The complete namespace path of the property. |
![]() | PropertyTitle | The property's name as it is shown in the GUI. |
![]() | TryCount | The number of loop cycles. |
![]() | Unit | A factor a property value may be multiplied with for displaying it in the GUI. |