Path: blob/master/modules/openxr/doc_classes/OpenXRBindingModifierEditor.xml
10278 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="OpenXRBindingModifierEditor" inherits="PanelContainer" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">2<brief_description>3Binding modifier editor.4</brief_description>5<description>6This is the default binding modifier editor used in the OpenXR action map.7</description>8<tutorials>9</tutorials>10<methods>11<method name="get_binding_modifier" qualifiers="const">12<return type="OpenXRBindingModifier" />13<description>14Returns the [OpenXRBindingModifier] currently being edited.15</description>16</method>17<method name="setup">18<return type="void" />19<param index="0" name="action_map" type="OpenXRActionMap" />20<param index="1" name="binding_modifier" type="OpenXRBindingModifier" />21<description>22Setup this editor for the provided [param action_map] and [param binding_modifier].23</description>24</method>25</methods>26<members>27<member name="size_flags_horizontal" type="int" setter="set_h_size_flags" getter="get_h_size_flags" overrides="Control" enum="Control.SizeFlags" is_bitfield="true" default="3" />28</members>29<signals>30<signal name="binding_modifier_removed">31<param index="0" name="binding_modifier_editor" type="Object" />32<description>33Signal emitted when the user presses the delete binding modifier button for this modifier.34</description>35</signal>36</signals>37</class>383940