The method writes the extended information. The method is called by the writing automaton.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
void WriteExtensions(
	XScene scene,
	XmlWriter writer
)

Parameters

scene
Type: SGP.XSpace..::.XScene
Scene being saved.
writer
Type: System.Xml..::.XmlWriter
XML writer.

See Also