Movie
於 2020年4月23日 (四) 23:33 由 Notealot(對話 | 貢獻) 所做的修訂 (创建页面,内容为“[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)上。