Table of Contents

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

BrushFactory

Context

public UIContext Context { get; }

Property Value

UIContext

IsReleased

public bool IsReleased { get; }

Property Value

bool

MovieName

public string MovieName { get; }

Property Value

string

RootView

public GauntletView RootView { get; }

Property Value

GauntletView

RootWidget

public Widget RootWidget { get; }

Property Value

Widget

ViewModel

public IViewModel ViewModel { get; }

Property Value

IViewModel

WidgetFactory

public WidgetFactory WidgetFactory { get; }

Property Value

WidgetFactory

Methods

FindViewOf(Widget)

public GauntletView FindViewOf(Widget widget)

Parameters

widget Widget

Returns

GauntletView

Load(UIContext, WidgetFactory, string, IViewModel, bool, bool)

public static IGauntletMovie Load(UIContext context, WidgetFactory widgetFactory, string movieName, IViewModel datasource, bool doNotUseGeneratedPrefabs, bool hotReloadEnabled)

Parameters

context UIContext
widgetFactory WidgetFactory
movieName string
datasource IViewModel
doNotUseGeneratedPrefabs bool
hotReloadEnabled bool

Returns

IGauntletMovie

RefreshBindingWithChildren()

public void RefreshBindingWithChildren()

RefreshDataSource(IViewModel)

public void RefreshDataSource(IViewModel dataSourve)

Parameters

dataSourve IViewModel

Release()

public void Release()

Update()

public void Update()

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).