| KeyFrameCollectionWriterTWrite Method (ContentWriter, KeyFrameCollectionT) |
Compiles a strongly typed object into binary format.
Namespace: DigitalRune.Animation.Content.PipelineAssembly: 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,
KeyFrameCollection<T> value
)
Protected Overrides Sub Write (
output As ContentWriter,
value As KeyFrameCollection(Of T)
)
protected:
virtual void Write(
ContentWriter^ output,
KeyFrameCollection<T>^ value
) override
abstract Write :
output : ContentWriter *
value : KeyFrameCollection<'T> -> unit
override Write :
output : ContentWriter *
value : KeyFrameCollection<'T> -> unit
Parameters
- output
- Type: ContentWriter
The content writer serializing the value. - value
- Type: DigitalRune.AnimationKeyFrameCollectionT
The value to write.
See Also