C# 클래스 Universe.Modules.Archivers.AssetsArchiver

Archives assets
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
LOG_ASSET_LOAD_NOTIFICATION_INTERVAL int
m_archiveWriter Universe.Framework.Serialization.TarArchiveWriter
m_assetsWritten int

공개 메소드들

메소드 설명
AssetsArchiver ( TarArchiveWriter archiveWriter ) : Universe.Framework.ConsoleFramework
ForceClose ( ) : void

Only call this if you need to force a close on the underlying writer.

WriteAsset ( AssetBase asset ) : void

Archive the assets given to this archiver to the given archive.

보호된 메소드들

메소드 설명
WriteData ( AssetBase asset ) : void

Write asset data files to the given archive

메소드 상세

AssetsArchiver() 공개 메소드

public AssetsArchiver ( TarArchiveWriter archiveWriter ) : Universe.Framework.ConsoleFramework
archiveWriter Universe.Framework.Serialization.TarArchiveWriter
리턴 Universe.Framework.ConsoleFramework

ForceClose() 공개 메소드

Only call this if you need to force a close on the underlying writer.
public ForceClose ( ) : void
리턴 void

WriteAsset() 공개 메소드

Archive the assets given to this archiver to the given archive.
public WriteAsset ( AssetBase asset ) : void
asset Universe.Framework.Services.ClassHelpers.Assets.AssetBase
리턴 void

WriteData() 보호된 메소드

Write asset data files to the given archive
protected WriteData ( AssetBase asset ) : void
asset Universe.Framework.Services.ClassHelpers.Assets.AssetBase
리턴 void

프로퍼티 상세

LOG_ASSET_LOAD_NOTIFICATION_INTERVAL 보호되어 있는 정적으로 프로퍼티

protected static int LOG_ASSET_LOAD_NOTIFICATION_INTERVAL
리턴 int

m_archiveWriter 보호되어 있는 프로퍼티

protected TarArchiveWriter,Universe.Framework.Serialization m_archiveWriter
리턴 Universe.Framework.Serialization.TarArchiveWriter

m_assetsWritten 보호되어 있는 프로퍼티

protected int m_assetsWritten
리턴 int