| PostProcessorOnEnable Method |
Called when this post-processor is enabled.
Namespace: DigitalRune.Graphics.PostProcessingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax protected virtual void OnEnable()
Protected Overridable Sub OnEnable
protected:
virtual void OnEnable()
abstract OnEnable : unit -> unit
override OnEnable : unit -> unit
Remarks
This method is called when the post-processor was previously disabled
(Enabled = ) and was set to enabled
(Enabled = ).
Please note: Post-processors are enabled per default. OnEnable is not executed
for new post-processors.
See Also