Click or drag to resize
Ab4d.SharpEngine logo

ObjExporterAddScene Method

Add scene and its contents to list of items to export. Multiple scenes can be added to exporter, but the first one (with index 0) is always marked as active in the model file.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public void AddScene(
	Scene scene
)

Parameters

scene  Scene
scene to export
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.ObjExporter.AddScene(Ab4d.SharpEngine.Scene)"]

See Also