Class GauntletMovie
- Namespace
- TaleWorlds.GauntletUI.Data
- Assembly
- TaleWorlds.GauntletUI.Data.dll
public class GauntletMovie : IGauntletMovie
- Inheritance
-
GauntletMovie
- Implements
- Inherited Members
Properties
BrushFactory
public BrushFactory BrushFactory { get; }
Property Value
Context
public UIContext Context { get; }
Property Value
IsReleased
public bool IsReleased { get; }
Property Value
MovieName
public string MovieName { get; }
Property Value
RootView
public GauntletView RootView { get; }
Property Value
RootWidget
public Widget RootWidget { get; }
Property Value
ViewModel
public IViewModel ViewModel { get; }
Property Value
WidgetFactory
public WidgetFactory WidgetFactory { get; }
Property Value
Methods
FindViewOf(Widget)
public GauntletView FindViewOf(Widget widget)
Parameters
widgetWidget
Returns
Load(UIContext, WidgetFactory, string, IViewModel, bool, bool)
public static IGauntletMovie Load(UIContext context, WidgetFactory widgetFactory, string movieName, IViewModel datasource, bool doNotUseGeneratedPrefabs, bool hotReloadEnabled)
Parameters
contextUIContextwidgetFactoryWidgetFactorymovieNamestringdatasourceIViewModeldoNotUseGeneratedPrefabsboolhotReloadEnabledbool
Returns
RefreshBindingWithChildren()
public void RefreshBindingWithChildren()
RefreshDataSource(IViewModel)
public void RefreshDataSource(IViewModel dataSourve)
Parameters
dataSourveIViewModel
Release()
public void Release()
Update()
public void Update()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).