Class SpecialView
- Namespace
- OmegaEngine.Graphics
- Assembly
- OmegaEngine.dll
A common base class for GlowView and ShadowView
public abstract class SpecialView : SupportView, IDisposable
- Inheritance
-
SpecialView
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
SpecialView(View, Camera)
Creates a new special-view
protected SpecialView(View baseView, Camera camera)
Parameters
Properties
Fog
Not applicable to SpecialView.
[Browsable(false)]
public override sealed bool Fog { get; set; }
Property Value
Lighting
Not applicable to SpecialView.
[Browsable(false)]
public override sealed bool Lighting { get; set; }
Property Value
Methods
RenderBackground()
Renders the back of the Scene
protected override void RenderBackground()