Struct RadioButtonData
Public Attributes
| Type | Name |
|---|---|
| bool | bSelected |
| enum RadioBtnPlacement | btnPlacementRelativeToText |
| float | buttonDistanceFromText |
| struct StaticWidgetData | selectedRadioStatic |
| struct TextWidgetData | textWidgetData |
| struct StaticWidgetData | unSelectedRadioStatic |
Public Attributes Documentation
variable bSelected
bool RadioButtonData::bSelected;
variable btnPlacementRelativeToText
enum RadioBtnPlacement RadioButtonData::btnPlacementRelativeToText;
variable buttonDistanceFromText
float RadioButtonData::buttonDistanceFromText;
variable selectedRadioStatic
struct StaticWidgetData RadioButtonData::selectedRadioStatic;
variable textWidgetData
struct TextWidgetData RadioButtonData::textWidgetData;
variable unSelectedRadioStatic
struct StaticWidgetData RadioButtonData::unSelectedRadioStatic;
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/src/gameframework/layers/UI/widgets/RadioButtonWidget.c