| KeyFrameCollectionReaderTRead Method (ContentReader, KeyFrameCollectionT) |
Reads a strongly typed object from the current stream.
Namespace: DigitalRune.Animation.ContentAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax protected override KeyFrameCollection<T> Read(
ContentReader input,
KeyFrameCollection<T> existingInstance
)
Protected Overrides Function Read (
input As ContentReader,
existingInstance As KeyFrameCollection(Of T)
) As KeyFrameCollection(Of T)
protected:
virtual KeyFrameCollection<T>^ Read(
ContentReader^ input,
KeyFrameCollection<T>^ existingInstance
) override
abstract Read :
input : ContentReader *
existingInstance : KeyFrameCollection<'T> -> KeyFrameCollection<'T>
override Read :
input : ContentReader *
existingInstance : KeyFrameCollection<'T> -> KeyFrameCollection<'T>
Parameters
- input
- Type: ContentReader
The ContentReader used to read the object. - existingInstance
- Type: DigitalRune.AnimationKeyFrameCollectionT
An existing object to read into.
Return Value
Type:
KeyFrameCollectionTThe type of object to read.
See Also