| DROccluderNodeContentInputMesh Property |
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 [ContentSerializerIgnoreAttribute]
public MeshContent InputMesh { get; set; }
<ContentSerializerIgnoreAttribute>
Public Property InputMesh As MeshContent
Get
Set
public:
[ContentSerializerIgnoreAttribute]
property MeshContent^ InputMesh {
MeshContent^ get ();
void set (MeshContent^ value);
}
[<ContentSerializerIgnoreAttribute>]
member InputMesh : MeshContent with get, set
Property Value
Type:
MeshContentThe imported
MeshContent.
See Also