Constructor VolumeParameter
VolumeParameter()
Creates a new VolumeParameter<T> instance.
Declaration
public VolumeParameter()
VolumeParameter(T, bool)
Creates a new VolumeParameter<T> instance.
Declaration
protected VolumeParameter(T value, bool overrideState)
Parameters
Type | Name | Description |
---|---|---|
T | value | The initial value to store in the parameter. |
bool | overrideState | The initial override state for the parameter. |