瀏覽代碼

Mark `SubViewportContainer::_propagate_input_event` experimental

The function got introduced during 4.2-dev and it was discussed, if it
could be implemented in a way that also allows InputEvent filtering
during `Node._process`. Let's keep this function experimental for the
moment, in case we implement a general solution.
Markus Sauermann 1 年之前
父節點
當前提交
8ac2e2ac20
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      doc/classes/SubViewportContainer.xml

+ 1 - 1
doc/classes/SubViewportContainer.xml

@@ -11,7 +11,7 @@
 	<tutorials>
 	</tutorials>
 	<methods>
-		<method name="_propagate_input_event" qualifiers="virtual const">
+		<method name="_propagate_input_event" qualifiers="virtual const" is_experimental="true">
 			<return type="bool" />
 			<param index="0" name="event" type="InputEvent" />
 			<description>