 | SoftSliderAttribute Constructor |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic SoftSliderAttribute(
float min,
float max
)
Parameters
- min
- Type: SystemSingle
Minimum slider value. - max
- Type: SystemSingle
Maximum slider value.
See Also