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