pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::RenderProgressChangedEventArgs Class Reference

Event arguments for render progress changes. More...

Inherits ProgressChangedEventArgs.

Public Member Functions

 RenderProgressChangedEventArgs (int pProgressPercentage)
 Constructor. More...
 

Properties

bool ProgressStarted [get]
 True if this is the first progress change for current task. More...
 
bool ProgressFinished [get]
 True if this is the last progress change for current task. More...
 

Detailed Description

Event arguments for render progress changes.

Constructor & Destructor Documentation

X3g::Plugin::RenderProgressChangedEventArgs::RenderProgressChangedEventArgs ( int  pProgressPercentage)

Constructor.

Parameters
pProgressPercentageTask progress percentage.

Property Documentation

bool X3g::Plugin::RenderProgressChangedEventArgs::ProgressFinished
get

True if this is the last progress change for current task.

bool X3g::Plugin::RenderProgressChangedEventArgs::ProgressStarted
get

True if this is the first progress change for current task.