本文介绍了XNA 和 GUI 控件(例如 xaml 和 xna)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法在 xna 中获取支持边距等的文本框、标签和其他 wpf 控件,这些控件可以根据窗口大小进行伸缩?

Is there a way to get textboxes, labels and other wpf controls in xna that supports margins, etc that flexes for window size?

推荐答案

你可以给 CeGui 一个镜头.

You might give CeGui a shot.

如果您的游戏需要高级 GUI 功能,CeGui# 可能会为您提供帮助.除了 Marketese,这是一个非常好的 GUI 库,包含按钮、列表框、滚动条、进度条、滑块、组合框等.

要访问 Xna 版本,您需要从 项目的SVN并加载CeGui-XNA.sln.

To access the Xna version you'll need to check out the latest copy from the project's SVN and load up CeGui-XNA.sln.

此主题中还列出了其他选项,但我有不知道其他人的工作情况如何(它可能不再是一个全面的列表).

There are other options listed in this thread, but I have no idea how well any of the others work (and it probably isn't a comprehensive list anymore).

这篇关于XNA 和 GUI 控件(例如 xaml 和 xna)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-04 23:06