Table of Contents

Class SteppedRangeAttribute

Namespace
KSP.Sim.Definitions
Assembly
Assembly-CSharp.dll
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false, Inherited = true)]
public sealed class SteppedRangeAttribute : PropertyAttribute
Inheritance
SteppedRangeAttribute
Extension Methods

Constructors

SteppedRangeAttribute(float, float, float)

public SteppedRangeAttribute(float min, float max, float step)

Parameters

min float
max float
step float

Fields

max

public readonly float max

Field Value

float

min

public readonly float min

Field Value

float

step

public readonly float step

Field Value

float