Summary

public void SetLimits(float min, float max)

Allows you to set the upper and lower limits of the slider

Parameters

Summary

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

Allows you to set the upper and lower limits of the slider with delegates

Parameters