跳到主要内容

Class ArchiveManagerBase

Properties

defaultArchivePath

The path of default archive (Relative to project folder).

public abstract string defaultArchivePath { get; }

defaultArchive

public T defaultArchive { get; }

saveNotification

protected override string saveNotification { get; }

currentArchiveInfo

protected ArchiveInfo<T> currentArchiveInfo { get; private set; }

Methods

OnCreated()

protected override sealed void OnCreated()

OnSaved()

protected override sealed bool OnSaved()

CreateArchiveInfoItem(ArchiveInfo<T> archiveInfo, int index)

protected virtual VisualElement CreateArchiveInfoItem(ArchiveInfo<T> archiveInfo, int index)

OnWindowCreated()

protected virtual void OnWindowCreated()

CreateArchiveGUI(ArchiveInfo<T> archiveInfo)

protected virtual VisualElement CreateArchiveGUI(ArchiveInfo<T> archiveInfo)