Click or drag to resize
DigitalRuneDRSubmeshWriterWrite Method (ContentWriter, DRSubmeshContent)
Compiles a strongly typed object into binary format.

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
protected override void Write(
	ContentWriter output,
	DRSubmeshContent value
)

Parameters

output
Type: ContentWriter
The content writer serializing the value.
value
Type: DigitalRune.Graphics.Content.PipelineDRSubmeshContent
The value to write.
See Also