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

Namespace: DigitalRune.Animation.Content.Pipeline
Assembly: DigitalRune.Animation.Content.Pipeline (in DigitalRune.Animation.Content.Pipeline.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
protected override void Write(
	ContentWriter output,
	Skeleton value
)

Parameters

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