C# Class FullInspector.BackupService.fiStorageComponent

Inheritance: UnityEngine.MonoBehaviour, fiIEditorOnlyTag
Exibir arquivo Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
Objects List
SeenBaseBehaviors List

Public Methods

Method Description
RemoveInvalidBackups ( ) : void

Removes all backups that no longer have a target.

Method Details

RemoveInvalidBackups() public method

Removes all backups that no longer have a target.
public RemoveInvalidBackups ( ) : void
return void

Property Details

Objects public_oe property

Our backups.
public List Objects
return List

SeenBaseBehaviors public_oe property

public List SeenBaseBehaviors
return List