Interface IReloadable
An interface to reload the children and XAML namescope.
Namespace: Mux.Markup
Assembly: Mux.Markup.dll
Syntax
public interface IReloadable
Methods
| Improve this Doc View SourceReload()
A method to reload the children and XAML namescope.
Declaration
void Reload()
Remarks
This method is called for the nearest IReloadable ancestors of RectTransform whose XAML files are updated when hot reload is enabled.