VISU - PHP Game Framework

FUISelectStyle
in package

Table of Contents

Properties

$arrowColor  : VGColor
The color of the dropdown arrow
$backgroundColor  : VGColor
The background color for the select container
$borderColor  : VGColor
The border color for the select container
$cornerRadius  : float
The corner radius for the select container
$dropdownBackgroundColor  : VGColor
The background color for the dropdown
$dropdownBorderColor  : VGColor
The border color for the dropdown
$dropdownCornerRadius  : float
The corner radius for the dropdown list
$fontSize  : float
The font size for select text
$hoverBackgroundColor  : VGColor
The background color for the select container when hovered
$maxDropdownHeight  : float
The maximum height of the dropdown before scrolling
$nothingSelectedText  : string
Nothing selected text (Placeholder
$optionHeight  : float
The height of each option in the dropdown
$optionHoverBackgroundColor  : VGColor
The background color for hovered options
$optionHoverTextColor  : VGColor
The text color for hovered options
$optionSelectedBackgroundColor  : VGColor
The background color for selected option
$optionSelectedTextColor  : VGColor
The text color for selected option
$optionTextColor  : VGColor
The text color for options
$padding  : Vec4
Padding for select container
$textColor  : VGColor
The text color for the select
$textPlaceholderColor  : VGColor
The text color for the select

Properties

$arrowColor

The color of the dropdown arrow

public VGColor $arrowColor

$backgroundColor

The background color for the select container

public VGColor $backgroundColor

$borderColor

The border color for the select container

public VGColor $borderColor

$cornerRadius

The corner radius for the select container

public float $cornerRadius

$dropdownBackgroundColor

The background color for the dropdown

public VGColor $dropdownBackgroundColor

$dropdownBorderColor

The border color for the dropdown

public VGColor $dropdownBorderColor

$dropdownCornerRadius

The corner radius for the dropdown list

public float $dropdownCornerRadius

$hoverBackgroundColor

The background color for the select container when hovered

public VGColor $hoverBackgroundColor

$maxDropdownHeight

The maximum height of the dropdown before scrolling

public float $maxDropdownHeight

$nothingSelectedText

Nothing selected text (Placeholder

public string $nothingSelectedText = 'Please select...'

$optionHeight

The height of each option in the dropdown

public float $optionHeight

$optionHoverBackgroundColor

The background color for hovered options

public VGColor $optionHoverBackgroundColor

$optionHoverTextColor

The text color for hovered options

public VGColor $optionHoverTextColor

$optionSelectedBackgroundColor

The background color for selected option

public VGColor $optionSelectedBackgroundColor

$optionSelectedTextColor

The text color for selected option

public VGColor $optionSelectedTextColor

$optionTextColor

The text color for options

public VGColor $optionTextColor

$textColor

The text color for the select

public VGColor $textColor

$textPlaceholderColor

The text color for the select

public VGColor $textPlaceholderColor

        
On this page

Search results