SceneRendererCollection Class
              
              
              Namespace: Stride.Rendering.Compositing
              Assembly: Stride.Rendering.dll
              
              
              
              
              
              
              
                 Derived from SceneRendererCollection: 
              
              
              
              
              
                public class SceneRendererCollection : SceneRendererBase, IComponent, IReferencable, ICollectorHolder, ISceneRenderer, IRenderCollector, IGraphicsRenderer, IGraphicsRendererBase, IGraphicsRendererCore, IDisposable, IEnumerable<ISceneRenderer>, IEnumerable
               
              
              
              
              
              
                  
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Properties
              
                
              
              
              
              
              
              Children
              
              
              
              
              
                [Display(null, null, Expand = ExpandRule.Always)]
public List<ISceneRenderer> Children { get; }
               
              
              Property Value
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Methods
              
                
              
              
              
              
              
              Add(ISceneRenderer)
              
              
              
              
              
                public void Add(ISceneRenderer child)
               
              
              Parameters
              
              
              
              
              
              
              CollectCore(RenderContext)
              
              
              
              
              
                protected override void CollectCore(RenderContext context)
               
              
              Parameters
              
              Overrides
              
              
              
              
              
              
              DrawCore(RenderContext, RenderDrawContext)
              
              
              
              
              
                protected override void DrawCore(RenderContext context, RenderDrawContext drawContext)
               
              
              Parameters
              
              Overrides
              
              
              
              
              
              
              GetEnumerator()
              
              
              
              
              
                public IEnumerator<ISceneRenderer> GetEnumerator()
               
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Collections.Generic.IEnumerator<ISceneRenderer> | 
                     | 
                  
                
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Explicit Interface Implementations
              
                
              
              
              
              
              
              IEnumerable.GetEnumerator()
              
              
              
              
              
                IEnumerator IEnumerable.GetEnumerator()
               
              
              Returns
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Collections.IEnumerator | 
                     | 
                  
                
              
              
              
 
              
               
              
              
              
              
              
              
              Extension Methods