Skip to main content

B1UIFocusableLayerInfo

  • Configuration for a focusable UI layer, specifying input mode, layer restriction, and default focus behavior.
PropertyTypeDescriptionMetadata
bEnableLayerRestrictionboolWhether layer restriction is enabled during custom navigation.Category: B1UIFocusableLayerInfo
UIInputModeSettingEB1UIInputModeSettingInput mode setting determining whether the layer uses UI-only, control-only, or mixed input.Category: B1UIFocusableLayerInfo
bUsingInitUIInputModeboolWhether to initialize the layer's input mode with InitUIInputMode when the layer is first added.Category: B1UIFocusableLayerInfo
InitUIInputModeEB1UIInputModeInitial input mode applied only when the layer is first added (not applied on layer reordering).Category: B1UIFocusableLayerInfo
bSelectOnShowboolWhether the layer should request focus when it becomes visible.Category: B1UIFocusableLayerInfo
bAlwaysDefaultFocusboolWhen true, focus always returns to the default widget rather than restoring the last focused widget.Category: B1UIFocusableLayerInfo
bFocusOnKeyboardboolWhen true, the layer enters a focused state when keyboard input is received.Category: B1UIFocusableLayerInfo