| BlendGroupReaderRead Method (ContentReader, BlendGroup) |
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 BlendGroup Read(
ContentReader input,
BlendGroup existingInstance
)
Protected Overrides Function Read (
input As ContentReader,
existingInstance As BlendGroup
) As BlendGroup
protected:
virtual BlendGroup^ Read(
ContentReader^ input,
BlendGroup^ existingInstance
) override
abstract Read :
input : ContentReader *
existingInstance : BlendGroup -> BlendGroup
override Read :
input : ContentReader *
existingInstance : BlendGroup -> BlendGroup
Parameters
- input
- Type: ContentReader
The ContentReader used to read the object. - existingInstance
- Type: DigitalRune.AnimationBlendGroup
An existing object to read into.
Return Value
Type:
BlendGroupThe type of object to read.
See Also