C# 클래스 FullInspector.BackupService.fiStorageManager

This class provides a unified API for accessing backups across scene and prefab storage.
파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 메소드들

메소드 설명
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