VISU - PHP Game Framework

FUIButtonGroupStyle
in package

Table of Contents

Properties

$activeBackgroundColor  : VGColor
The background color for active buttons
$activeTextColor  : VGColor
The text color for active buttons
$animationSpeed  : float
Animation speed for highlight box transitions (higher = faster)
$backgroundColor  : VGColor
The background color for the button group container
$borderColor  : VGColor
The border color for the button group container
$buttonCornerRadius  : float
The corner radius for individual buttons within the group
$buttonSpacing  : float
Spacing between buttons
$cornerRadius  : float
The corner radius for the button group container
$disabledBackgroundColor  : VGColor
The disabled button group background color
$disabledTextColor  : VGColor
The disabled button group text color
$fontSize  : float
The font size for button group text
$hoverBackgroundColor  : VGColor
The background color for buttons when hovered
$hoverOverlayColor  : VGColor
The gray overlay color for hover effects
$hoverTextColor  : VGColor
The text color for buttons when hovered
$inactiveTextColor  : VGColor
The text color for inactive buttons
$innerOffset  : float
Inner offset (padding between container and buttons)
$padding  : Vec4
Padding for button group container

Properties

$activeBackgroundColor

The background color for active buttons

public VGColor $activeBackgroundColor

$animationSpeed

Animation speed for highlight box transitions (higher = faster)

public float $animationSpeed

$backgroundColor

The background color for the button group container

public VGColor $backgroundColor

$borderColor

The border color for the button group container

public VGColor $borderColor

$buttonCornerRadius

The corner radius for individual buttons within the group

public float $buttonCornerRadius

$cornerRadius

The corner radius for the button group container

public float $cornerRadius

$disabledBackgroundColor

The disabled button group background color

public VGColor $disabledBackgroundColor

$disabledTextColor

The disabled button group text color

public VGColor $disabledTextColor

$hoverBackgroundColor

The background color for buttons when hovered

public VGColor $hoverBackgroundColor

$hoverOverlayColor

The gray overlay color for hover effects

public VGColor $hoverOverlayColor

$hoverTextColor

The text color for buttons when hovered

public VGColor $hoverTextColor

$inactiveTextColor

The text color for inactive buttons

public VGColor $inactiveTextColor

$innerOffset

Inner offset (padding between container and buttons)

public float $innerOffset

        
On this page

Search results