Click or drag to resize
DigitalRuneDROccluderNodeContentInputMesh Property
Gets or sets the imported MeshContent.

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
[ContentSerializerIgnoreAttribute]
public MeshContent InputMesh { get; set; }

Property Value

Type: MeshContent
The imported MeshContent.
See Also