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: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public void AddScene(
	Scene scene
)

Parameters

scene  Scene
scene to export
See Also