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

Namespace: DigitalRune.Mathematics.Content.Pipeline
Assembly: DigitalRune.Mathematics.Content.Pipeline (in DigitalRune.Mathematics.Content.Pipeline.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
protected override void Write(
	ContentWriter output,
	Path3F value
)

Parameters

output
Type: ContentWriter
The content writer serializing the value.
value
Type: DigitalRune.Mathematics.InterpolationPath3F
The value to write.
See Also