“Movie”的版本间的差异
(创建页面,内容为“[https://docs.bannerlordmodding.com/_gauntlet/movie.html <big>访问源文档</big>]<br> <big>返回目录</big> == Movie (XML)…”) |
小 |
||
| 第8行: | 第8行: | ||
<Prefab> | <Prefab> | ||
<Constants> | <Constants> | ||
| − | <!-- | + | <!-- 在这插入摘要 --> |
</Constants> | </Constants> | ||
<Variables> | <Variables> | ||
| − | <!-- | + | <!-- 在这插入摘要 --> |
</Variables> | </Variables> | ||
<VisualDefinitions> | <VisualDefinitions> | ||
| − | <!-- | + | <!-- 在这插入摘要 --> |
</VisualDefinitions> | </VisualDefinitions> | ||
<Window> | <Window> | ||
| − | <!-- | + | <!-- 在这插入摘要 --> |
</Window> | </Window> | ||
</Prefab> | </Prefab> | ||
</nowiki> | </nowiki> | ||
<big>你大多数时间可能会用在给 '''Window''' 元素添加子元素([[Widget]])上。</big> | <big>你大多数时间可能会用在给 '''Window''' 元素添加子元素([[Widget]])上。</big> | ||
2020年4月23日 (四) 23:34的版本
Movie (XML)
Movies 在你打开新的 GauntletView 或 ScreenBase 会用到。 它们通过 GauntletMovie 类进行加载。
以下是一个 Movie 的模板示例:
<Prefab>
<Constants>
<!-- 在这插入摘要 -->
</Constants>
<Variables>
<!-- 在这插入摘要 -->
</Variables>
<VisualDefinitions>
<!-- 在这插入摘要 -->
</VisualDefinitions>
<Window>
<!-- 在这插入摘要 -->
</Window>
</Prefab>
你大多数时间可能会用在给 Window 元素添加子元素(Widget)上。