doc: 将CharacterControl模块的文档部分转化为中文

This commit is contained in:
meishibiezb
2026-06-06 04:57:13 +08:00
parent a8bdf281ff
commit b64cf33f6c
13 changed files with 39 additions and 39 deletions

View File

@@ -7,13 +7,13 @@
- **模块**: CharacterControl
## 功能概述
Metadata header for every command packet. Carries CommandID (int32, from UInputAction), HopLimit (uint8, mutable, decremented per router hop), bIsContinuous (bool, routing strategy selector), bIsUpward (bool, upward propagation flag).
每个命令数据包的元数据头部。携带 CommandIDint32 类型,来自 UInputAction)、HopLimituint8 类型可变每经过一个路由器跳数递减、bIsContinuous布尔值路由策略选择器、bIsUpward布尔值向上传播标志
## 设计用意
Routing envelope - decouples "what the command is" (payload) from "how it travels" (hop limit, direction). HopLimit prevents broadcast storms in router graphs. Upward flag supports parent-child router topologies.
R路由信封——将"命令是什么"(有效载荷)与"命令如何传输"跳数限制、方向解耦。HopLimit 可防止路由器图结构中的广播风暴。Upward 标志支持父子路由器拓扑结构。
## 职责范围
Carries routing metadata for one command packet. Embedded in FCommandPacket::Meta. Decremented at each router hop.
为单个命令数据包携带路由元数据。嵌入在 FCommandPacket::Meta 中。在每个路由器跳数处递减。
## 项目内依赖
| 依赖项 | 关系 | 源文件 |