在godot中获取窗口句柄? C#
如何在 Godot (C# mono) 中获取窗口句柄
我已经成为 WPF 和 Winforms 开发人员相当长一段时间了,但我刚刚开始使用 Godot,我想知道因为我需要对窗口进行修改。
How do I get the window handle in Godot (C# mono)
I've been a WPF and Winforms developer for quite some time but I just started Godot and I am wondering since I need to make modifications to the window.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要获取 Godot 窗口的
hWnd
,您可以使用以下函数:在 C# 中,如下所示:
To get the
hWnd
of the Godot Window, you can use this function:From C# that looks like this: