Click or drag to resize

AnchoredScreenModelMaxDistance Property

Maximum distance from Anchor Point to the camera before the screen is hidden from view Typical values to use here are in the range from 1 to 10 The default value should be ideal in most cases. You should probably favor the use of MinScale and Min/MaxViewport before adjusting this.

Namespace:  Livit.Learn.Model.AnchoredScreens
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public float MaxDistance { get; set; }

Property Value

Type: Single
See Also