doc: 将CharacterControl模块的文档部分转化为中文
This commit is contained in:
@@ -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).
|
||||
每个命令数据包的元数据头部。携带 CommandID(int32 类型,来自 UInputAction)、HopLimit(uint8 类型,可变,每经过一个路由器跳数递减)、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 中。在每个路由器跳数处递减。
|
||||
|
||||
## 项目内依赖
|
||||
| 依赖项 | 关系 | 源文件 |
|
||||
|
||||
Reference in New Issue
Block a user