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: 15.0.2.11458
SyntaxIEnumerable<T> GetRenderables<T>()
where T : IRenderable
Type Parameters
- T
- The type to get.
Return Value
Type:
IEnumerableTThe matching renderables.
See Also