SceneSave Method
Overload List
  NameDescription
Public methodSave(Stream, FileFormat, CancellationToken)
Saves the scene to stream using specified file format.
Public methodSave(Stream, SaveOptions, CancellationToken)
Saves the scene to stream using specified file format.
Public methodSave(String, FileFormat, CancellationToken)
Saves the scene to specified path using specified file format.
Public methodSave(String, SaveOptions, CancellationToken)
Saves the scene to specified path using specified file format.
See Also