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

name string
minValue float
maxValue float

Properties

MaxValue

public float MaxValue { get; set; }

Property Value

float

MinValue

public float MinValue { get; set; }

Property Value

float

Methods

GetPossibleValues()

public override string GetPossibleValues()

Returns

string

Parse(string)

public override object Parse(string value)

Parameters

value string

Returns

object