Axiom.Graphics.CompositorLogic.CompositorInstanceDestroyed C# (CSharp) Метод

CompositorInstanceDestroyed() публичный Метод

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
Результат void
		public virtual void CompositorInstanceDestroyed( CompositorInstance destroyedInstance )
		{
		}