Click or drag to resize
DigitalRuneDROccluderContentVertices Property
Gets or sets the triangle vertices.

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: 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; }

Property Value

Type: ListVector3F
The triangle vertices.
See Also