Click or drag to resize

RunSimulationRunRenderVideoToFile Method


Namespace: NeoAxis.Editor
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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