Slider2D - MalisPierre/ModularGame GitHub Wiki

Class Slider2D: Item2D


Description:

This Class allow you to setup a Slider on a 2d Panel. Slider2D inherit from Item2D


Functions:

Inherit from Item2D, so look for other functions there.


void SetPadding(bool PaddingMode)

void SetMinValue(float NewValue)

void SetMaxValue(float NewValue)

void SetValue(float NewValue)

float GetValue()


Events:

void OnSlider()