AxesAspectRenderables Property |
The renderables for this aspect. This simply a wrapper around the base implementation which ensures the renderables are not serialized.
Namespace:
Demo3D.Visuals.Frames
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntaxpublic override List<MeshRenderable> Renderables { get; set; }Property Value
Type:
ListMeshRenderable
See Also