Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
The list of render pipeline components which describe way the RenderPipeline renders each frame.

Namespace: Visual3D.Graphics3D
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public List<RenderPipelineComponent> Components { get; }
Public ReadOnly Property Components As List(Of RenderPipelineComponent)
	Get

See Also