| DROccluderContentVertices Property |
Gets or sets the triangle vertices.
Namespace: DigitalRune.Graphics.Content.PipelineAssembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax public List<Vector3F> Vertices { get; set; }
Public Property Vertices As List(Of Vector3F)
Get
Set
public:
property List<Vector3F>^ Vertices {
List<Vector3F>^ get ();
void set (List<Vector3F>^ value);
}
member Vertices : List<Vector3F> with get, set
Property Value
Type:
ListVector3FThe triangle vertices.
See Also