Skip to content

Fix variable name from _dock_scene to dock_scene#12145

Open
shadiradio wants to merge 1 commit into
godotengine:masterfrom
shadiradio:patch-1
Open

Fix variable name from _dock_scene to dock_scene#12145
shadiradio wants to merge 1 commit into
godotengine:masterfrom
shadiradio:patch-1

Conversation

@shadiradio

Copy link
Copy Markdown

The example C# code to attach the dock scene wouldn't compile because the variable was declared as _dock_scene but later used as dock_scene. I removed the leading underscore to go with the style of locally-scoped variables rather than a private class member.

The example C# code to attach the dock scene wouldn't compile because the variable was declared as "_dock_scene" but later used as "dock_scene".
@shadiradio
shadiradio requested a review from a team as a code owner July 14, 2026 06:59
@skyace65 skyace65 added topic:dotnet area:manual Issues and PRs related to the Manual/Tutorials section of the documentation topic:plugin labels Jul 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:manual Issues and PRs related to the Manual/Tutorials section of the documentation topic:dotnet topic:plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants