Saves scene to the data stream.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
public void Save( Stream stream, params IXSceneExtensionWriter[] writers ) |
Parameters
- stream
- Type: System.IO..::.Stream
Data stream.
- writers
- Type: array<
SGP.XSpace..::.IXSceneExtensionWriter
>[]()[]
The optional IXSceneExtensionWriter extensions.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | stream is nullNothingnullptra null reference (Nothing in Visual Basic). |