Méthode | Description | |
---|---|---|
CreateBackup ( |
Creates a new backup of the given component. Only guaranteed to work for types that derive from CommonBaseBehavior, but there is a good chance it'll work for most/all types derived from Component.
|
|
GetBackupsFor ( CommonBaseBehavior behavior ) : IEnumerable |
Returns all backups for the given object.
|
|
RestoreBackup ( |
Restores a backup that was previously created.
|
Méthode | Description | |
---|---|---|
Serialize ( |
Creates a serialized object from the given component.
|
|
ShouldIgnoreForPersist ( FullInspector.Internal.InspectedProperty property ) : bool |
Helper function that just ignores a few FI internal types for serialization since the backup solution serializes all inspected properties, not just those that are serialized
|
public static CreateBackup ( |
||
behavior | ||
Résultat | void |
public static GetBackupsFor ( CommonBaseBehavior behavior ) : IEnumerable |
||
behavior | CommonBaseBehavior | |
Résultat | IEnumerable |
public static RestoreBackup ( |
||
serializedState | ||
Résultat | void |