Click or drag to resize
DigitalRunePathKey3FWriterWrite Method (ContentWriter, PathKey3F)
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,
	PathKey3F value
)

Parameters

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