Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是的。我在游戏中看不到光标。我在这里读过你必须放置“this.IsMouseVisible=true;” 在主游戏类构造函数/初始化程序的某个地方。当我尝试这个时,无法识别“IsMouseVisible”。
有什么帮助吗?
另外:我尝试为光标加载纹理,跟随鼠标位置并绘制它,但没有成功。
protected override void Initialize() { this.IsMouseVisible = true; }
也许 Initialize 应该这样做?“不被认可”到底是什么意思