Click or drag to resize
DigitalRuneDRMeshNodeContentMesh Property
Gets or sets the mesh.

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
[ContentSerializerAttribute(ElementName = "Mesh", SharedResource = true)]
public DRMeshContent Mesh { get; set; }

Property Value

Type: DRMeshContent
The mesh.
See Also