IRendererAspectGetRenderablesT Method  | 
 
            Get all 
IRenderable objects of the desired type, contained by this aspect.
            
 
    Namespace: 
   Demo3D.Visuals.Renderers
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
SyntaxIEnumerable<T> GetRenderables<T>()
where T : IRenderable
Type Parameters
- T
 - The type to get.
 
Return Value
Type: 
IEnumerableTThe matching renderables.
See Also