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 )
		{
		}