ConstantViewSize.FovScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the scale to be applied based on the FOV. This scale will be multiplied by distance as part of the final scale calculation, so this is the ratio of vertical fov to distance.
public:
property float FovScale { float get(); };
public float FovScale { get; }
member this.FovScale : single
Public ReadOnly Property FovScale As Single