SettingsCompiler.StepSizeAttribute.StepSizeAttribute C# (CSharp) Method

StepSizeAttribute() public method

public StepSizeAttribute ( float stepSize ) : System
stepSize float
return System
        public StepSizeAttribute(float stepSize)
        {
            this.StepSizeFloat = stepSize;
            this.StepSizeInt = (int)stepSize;
        }

Same methods

StepSizeAttribute::StepSizeAttribute ( int stepSize ) : System