Method | Description | |
---|---|---|
CompositorInstanceCreated ( |
Called when a compositor instance has been created. This happens after its setup was finished, so the chain is also accessible. This is an ideal method to automatically attach a compositor listener. |
|
CompositorInstanceDestroyed ( |
Called when a compositor instance has been destroyed The chain that contained the compositor is still alive during this call. |
public CompositorInstanceCreated ( |
||
newInstance | ||
return | void |
public CompositorInstanceDestroyed ( |
||
destroyedInstance | ||
return | void |