IZennoCustomEndCode
Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.IZennoCustomEndCode
Kind: interface
Defines methods that allow use the GoodEnd and BadEnd methods via code.
Methods
GoodEnd
Method
void GoodEnd(Instance instance, IZennoPosterProjectModel project)
The entry point into GoodEnd method.
Parameters
| Type | Name | Description |
|---|---|---|
Instance | instance | This object contains all necessary methods and properties for work with instance. |
IZennoPosterProjectModel | project | The model of the current project. |
BadEnd
Method
void BadEnd(Instance instance, IZennoPosterProjectModel project)
The entry point into BadEnd method.
Parameters
| Type | Name | Description |
|---|---|---|
Instance | instance | This object contains all necessary methods and properties for work with instance. |
IZennoPosterProjectModel | project | The model of the current project. |