Class Transforms
A class that holds references to all 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 SourceReload(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 |