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
Fields
max
public readonly float max
Field Value
min
public readonly float min
Field Value
step
public readonly float step