Configure, if either the SubViewportContainer or alternatively the Control nodes of its SubViewport children should be available as targets of mouse-related functionalities, like identifying the drop target in drag-and-drop operations or cursor shape of hovered Control node.
If false, the Control nodes inside its SubViewport children are considered as targets. If true, the SubViewportContainer itself will be considered as a target.
set getbool stretch<>():bool set get
If true, the sub-viewport will be automatically resized to the control's size.
Note: If true, this will prohibit changing [member SubViewport.size] of its children manually.
set getint stretch_shrink<>():int set get
Divides the sub-viewport's effective resolution by this value while preserving its scale. This can be used to speed up rendering.
For example, a 1280×720 sub-viewport with stretch_shrink set to 2 will be rendered at 640×360 while occupying the same size in the container. Note:stretch must be true for this property to work.
Virtual method to be implemented by the user. If it returns true, the event is propagated to SubViewport children. Propagation doesn't happen if it returns false. If the function is not implemented, all events are propagated to SubViewports.
All social media brands are registrated trademarks and belong to their respective owners.