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.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntax
C#
public void AddScene(
	Scene scene
)

Parameters

scene  Scene
scene to export
See Also