Axiom.Graphics.CompositorLogic.CompositorInstanceDestroyed C# (CSharp) Method

CompositorInstanceDestroyed() public method

Called when a compositor instance has been destroyed
The chain that contained the compositor is still alive during this call.
public CompositorInstanceDestroyed ( CompositorInstance destroyedInstance ) : void
destroyedInstance CompositorInstance
return void
		public virtual void CompositorInstanceDestroyed( CompositorInstance destroyedInstance )
		{
		}