Summary

public void SetLogLimits(float min, float max)

Allows you to set the upper and lower limits of the slider, interpolating on a logarithmic scale

Parameters

Summary

public void SetLogLimits(Func<IMyTerminalBlock, float> minGetter, Func<IMyTerminalBlock, float> maxGetter)

Allows you to set the upper and lower limits of the slider with delegates, interpolating on a logarithmic scale

Parameters