Class SimulationVideoContextSettings
Settings used for video feed spatial contexts for simulation
Inheritance
SimulationVideoContextSettings
Inherited Members
Namespace: Unity.MARS.Simulation
Syntax
public class SimulationVideoContextSettings : ScriptableSettings<SimulationVideoContextSettings>
Properties
SimulatedFocalLength
The focal length, in video texture pixels, to use for video feeds in simulation
Declaration
public float SimulatedFocalLength { get; set; }
Property Value
Type | Description |
---|---|
Single |
VideoBackgroundScale
The scaling factor to apply to the video background in simulation
Declaration
public float VideoBackgroundScale { get; set; }
Property Value
Type | Description |
---|---|
Single |