Search
Scene3D.Models Property
See Also
 






Gets or sets a list of models in this scene.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public List<Model3D> Models { get; set; }

Visual Basic  Copy Code

Public Property Models As List(Of Model3D)

 Property Value

 See Also