Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Effects.CameraSetter Class Reference

A processor that updates camera view and projection along the setup of RenderTargetSetter More...

Inheritance diagram for SiliconStudio.Paradox.Effects.CameraSetter:
SiliconStudio.Paradox.Effects.Renderer

Public Member Functions

 CameraSetter (IServiceRegistry services)
 Initializes a new instance of the Renderer class. More...
 
- Public Member Functions inherited from SiliconStudio.Paradox.Effects.Renderer
virtual void Load ()
 Loads this instance. This method is called when a RenderPass is attached (directly or indirectly) to the children of SiliconStudio.Paradox.Effects.RenderSystem.Pipeline More...
 
virtual void Unload ()
 Unloads this instance. This method is called when a RenderPass is de-attached (directly or indirectly) to the children of SiliconStudio.Paradox.Effects.RenderSystem.Pipeline More...
 

Protected Member Functions

override void OnRendering (RenderContext context)
 
- Protected Member Functions inherited from SiliconStudio.Paradox.Effects.Renderer
 Renderer (IServiceRegistry services)
 Initializes a new instance of the Renderer class. More...
 
virtual void BeginRendering (RenderContext context)
 
virtual void EndRendering (RenderContext context)
 

Properties

CameraComponent Camera [get, set]
 Gets or sets the camera. More...
 
- Properties inherited from SiliconStudio.Paradox.Effects.Renderer
IServiceRegistry Services [get, set]
 Gets the services. More...
 
GraphicsDevice GraphicsDevice [get]
 Gets the graphics device. More...
 
RenderSystem RenderSystem [get, set]
 Gets the render system. More...
 
EffectSystem EffectSystem [get, set]
 Gets the effect system. More...
 
RenderPass Pass [get, set]
 Gets the pass this processor is attached to. More...
 
string DebugName [get, set]
 Gets or sets the name of the debug. More...
 

Detailed Description

A processor that updates camera view and projection along the setup of RenderTargetSetter

Definition at line 16 of file CameraSetter.cs.

Constructor & Destructor Documentation

SiliconStudio.Paradox.Effects.CameraSetter.CameraSetter ( IServiceRegistry  services)

Initializes a new instance of the Renderer class.

Parameters
servicesThe services.

Definition at line 22 of file CameraSetter.cs.

Member Function Documentation

override void SiliconStudio.Paradox.Effects.CameraSetter.OnRendering ( RenderContext  context)
protectedvirtual

Reimplemented from SiliconStudio.Paradox.Effects.Renderer.

Definition at line 32 of file CameraSetter.cs.

Property Documentation

CameraComponent SiliconStudio.Paradox.Effects.CameraSetter.Camera
getset

Gets or sets the camera.

The camera.

Definition at line 30 of file CameraSetter.cs.


The documentation for this class was generated from the following file: