Class VSBackupUtility
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public class VSBackupUtility
Methods
Backup()
Declaration
public static void Backup()
BackupAssetsFolder(string)
Declaration
public static void BackupAssetsFolder(string backupLabel)
Parameters
Type | Name | Description |
---|---|---|
string | backupLabel |
Find<T>()
Declaration
public static List<string> Find<T>() where T : Object
Returns
Type | Description |
---|---|
List<string> |
Type Parameters
Name | Description |
---|---|
T |