Show / Hide Table of Contents

Class Transforms

A class that holds references to all Transforms.

Inheritance
Object
Transforms
Namespace: Mux.Markup
Assembly: Mux.Markup.dll
Syntax
public static class Transforms : object
Remarks

This class is only available on Unity Editor.

Methods

| Improve this Doc View Source

Reload(IEnumerable<String>)

A method to reload XAML files specified by given paths.

Declaration
public static void Reload(IEnumerable<string> paths)
Parameters
Type Name Description
IEnumerable<String> paths
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX