From 9b7b9de0e5e8bfe49ad9e02474eb9ddd5d7dacd5 Mon Sep 17 00:00:00 2001 From: Bastiaan Olij Date: Thu, 17 Mar 2022 10:24:47 +1100 Subject: Add action map editor for OpenXR --- doc/classes/ProjectSettings.xml | 2 +- doc/classes/TabContainer.xml | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 5e43c4a4cf..c21a44c89b 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -1923,7 +1923,7 @@ - + Action map configuration to load by default. diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index c506152546..011b716dfc 100644 --- a/doc/classes/TabContainer.xml +++ b/doc/classes/TabContainer.xml @@ -30,6 +30,13 @@ Returns the previously active tab index. + + + + + Returns the button icon from the tab at index [code]tab_idx[/code]. + + @@ -92,6 +99,14 @@ If set on a [Popup] node instance, a popup menu icon appears in the top-right corner of the [TabContainer] (setting it to [code]null[/code] will make it go away). Clicking it will expand the [Popup] node. + + + + + + Sets the button icon from the tab at index [code]tab_idx[/code]. + + @@ -158,6 +173,12 @@ Emitted when the [TabContainer]'s [Popup] button is clicked. See [method set_popup] for details. + + + + Emitted when the user clicks on the button icon on this tab. + + -- cgit v1.2.3