Click or drag to resize

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.03.00
Syntax
C#
public override List<MeshRenderable> Renderables { get; set; }

Property Value

Type: ListMeshRenderable
See Also