> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/player/player-zh/yi-dong-ying-yong/controls.md).

# 控制

如何使用触控移动、交互、聊天以及使用相机。

Decentraland 移动应用将键盘和鼠标替换为屏幕上的触控控制。你在桌面端能做的一切，在移动端也都可以实现，只是布局不同，专为单手触控使用而设计。

<figure><img src="https://2615134243-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUWbeOuof0RchgfvQfPTf%2Fuploads%2Fgit-blob-73aae5e062101b5f8dfd7785203c5da15f755557%2Fmobile-controls.png?alt=media" alt="Mobile in-world HUD with controls labeled"><figcaption><p>Decentraland 移动应用中的世界内 HUD，每个触控控件都已标注。</p></figcaption></figure>

## 移动

* **屏幕摇杆** （屏幕左侧）——拖动即可朝任意方向行走和奔跑。你推动摇杆越远，移动速度就越快。
* **镜头拖动** （屏幕右侧任意位置）——拖动即可环顾四周。这会旋转你的视角，但不会移动你的头像。

## 互动

* **互动按钮** （右下角）——点击与你瞄准的对象互动。这相当于桌面端上的指针点击。
* **点击物体** ——世界中的许多东西都可以直接点击。如果创作者设置了某个实体来响应点击，你触发它的方式与在桌面端点击它相同。

## 聊天

* **聊天图标** （左侧）——点击打开聊天。可用它与附近的人交谈，或通过私信与好友聊天。

## 个人资料、搜索和表情动作

* **个人资料** （右上角）——打开你的个人资料，管理你的头像，并访问账户设置。
* **搜索** （左侧）——查找场景、世界、活动和其他玩家。
* **表情动作** （左侧）——触发表情动作，在其他玩家面前表达自己。

## 摄像机

* **摄像机控制** （右上角）——在第一人称和第三人称视角之间切换，并访问与摄像机相关的选项。

## 提示

* 你可以与附近的任何人聊天，即使他们使用的是桌面端或网页端。所有人共享同一个世界。
* 长按摇杆即可在不需要用拇指按住屏幕的情况下继续行走（取决于应用版本）。
* 如果某个场景的 UI 总觉得很拥挤，可能是创作者还没有为移动端更新它——请稍等片刻，寻找替代视图，或通过应用内支持菜单报告此问题。

## 相关内容

* [移动端入门](/player/player-zh/yi-dong-ying-yong/getting-started.md)
* [故障排除](/player/player-zh/yi-dong-ying-yong/troubleshooting.md)
* [快捷方式与聊天命令](/player/player-zh/shi-jie-nei/shortcuts-and-chat-commands.md) （桌面端参考）


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.decentraland.org/player/player-zh/yi-dong-ying-yong/controls.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
