RunSimulationRunRenderVideoToFile Method |
Namespace: NeoAxis.EditorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void RunRenderVideoToFile(
string realFileName,
string destRealFileName,
RunSimulationRunMethod runMethod,
int framesPerSecond,
double length,
string camera,
string renderingPipeline,
Vector2I resolution,
string format
)
Parameters
- realFileName String
-
- destRealFileName String
-
- runMethod RunSimulationRunMethod
-
- framesPerSecond Int32
-
- length Double
-
- camera String
-
- renderingPipeline String
-
- resolution Vector2I
-
- format String
-
See Also