Click or drag to resize
DigitalRuneOccluderNodeReaderRead Method (ContentReader, OccluderNode)
Reads a strongly typed object from the current stream.

Namespace: DigitalRune.Graphics.Content
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected override OccluderNode Read(
	ContentReader input,
	OccluderNode existingInstance
)

Parameters

input
Type: ContentReader
The ContentReader used to read the object.
existingInstance
Type: DigitalRune.Graphics.SceneGraphOccluderNode
An existing object to read into.

Return Value

Type: OccluderNode
The type of object to read.
See Also