DotPeekSession

Namespace: WellFired.Peek

Implements: WellFired.Peek.Application.IDotPeekSession

Description

Properties

IDotPeekSessionListener Listener { get; set; }

Public Methods

  DotPeekSession ( IVCS vcs, IStorage storage, IPlatformTools platformTools, IBuildReportGenerator buildReportGenerator, IBuildReportStorage buildReportStorage, IWindowLauncher windowLauncher )
void PreProcessBuild ( Platform platform )
void PostProcessScene ( string scenePath )
void PostProcessBuild ( )
void OpenWindow ( )
async Task PostProcessBuildTask ( )

Breakdown

  • IDotPeekSessionListener Listener { get; set; }
  • DotPeekSession ( IVCS vcs, IStorage storage, IPlatformTools platformTools, IBuildReportGenerator buildReportGenerator, IBuildReportStorage buildReportStorage, IWindowLauncher windowLauncher )
  • void PreProcessBuild ( Platform platform )
  • void PostProcessScene ( string scenePath )
  • void PostProcessBuild ( )
  • void OpenWindow ( )
  • async Task PostProcessBuildTask ( )