Class FloatParamAttribute
- Namespace
- Elegy.MapCompiler.ConsoleArguments
- Assembly
- Elegy.MapCompiler.dll
public class FloatParamAttribute : CompilerParamAttribute
- Inheritance
-
FloatParamAttribute
- Inherited Members
Constructors
FloatParamAttribute(string, float, float)
public FloatParamAttribute(string name, float minValue, float maxValue)
Parameters
Properties
MaxValue
public float MaxValue { get; set; }
Property Value
MinValue
public float MinValue { get; set; }
Property Value
Methods
GetPossibleValues()
public override string GetPossibleValues()
Returns
Parse(string)
public override object Parse(string value)
Parameters
value
string