Movie
Movie (XML)
Movies 在你打开新的 GauntletView 或 ScreenBase 会用到。 它们通过 GauntletMovie 类进行加载。
以下是一个 Movie 的模板示例:
<Prefab>
<Constants>
<!-- 在这插入摘要 -->
</Constants>
<Variables>
<!-- 在这插入摘要 -->
</Variables>
<VisualDefinitions>
<!-- 在这插入摘要 -->
</VisualDefinitions>
<Window>
<!-- 在这插入摘要 -->
</Window>
</Prefab>
你大多数时间可能会用在给 Window 元素添加子元素(Widget)上。