Show / Hide Table of Contents

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 Source

Reload()

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX