C# Класс FullInspector.BackupService.fiStorageManager

This class provides a unified API for accessing backups across scene and prefab storage.
Показать файл Открыть проект

Открытые методы

Метод Описание
HasBackups ( CommonBaseBehavior behavior ) : bool

Returns true if there is a backup for the given behavior.

MigrateStorage ( ) : void

Attempts to migrate prefab storage into scene storage.

RemoveBackup ( fiSerializedObject serializedObj ) : void

Removes the given backup instance.

RemoveInvalidBackups ( ) : void

Removes backups that are no longer valid (their target got destroyed, etc).

Описание методов

HasBackups() публичный статический Метод

Returns true if there is a backup for the given behavior.
public static HasBackups ( CommonBaseBehavior behavior ) : bool
behavior CommonBaseBehavior
Результат bool

MigrateStorage() публичный статический Метод

Attempts to migrate prefab storage into scene storage.
public static MigrateStorage ( ) : void
Результат void

RemoveBackup() публичный статический Метод

Removes the given backup instance.
public static RemoveBackup ( fiSerializedObject serializedObj ) : void
serializedObj fiSerializedObject
Результат void

RemoveInvalidBackups() публичный статический Метод

Removes backups that are no longer valid (their target got destroyed, etc).
public static RemoveInvalidBackups ( ) : void
Результат void