Short Name: Scene.Write Scene File
Requires: Full Development System
Class: Application Methods
To Use: Create a method.
Writes a new 3D scene file. The filename must end with a .lvsg or .dae extension.
If the scene includes textures, this method writes the textures as .png files to the same directory as the .lvsg or .dae file. The filenames for the textures consist of an enumerated integer followed by the name of the .lvsg or .dae file.
Data type | Name | Required | Description |
---|---|---|---|
Scene | Yes | Reference to a 3D scene. | |
File | Yes | Specifies the filename for the 3D scene. The filename must end with a .lvsg or .dae extension. |
The following table lists the characteristics of this method.
Data type | No return value |
Available in Run-Time Engine | Yes (Read/Write) |
Available in Real-Time Operating System | Yes |
Remote access allowed | Yes |