Click or drag to resize

AnchoredScreenModelMaxViewport Property

Maximum position in the camera viewport before the Anchor Point is hidden from view. (0,0) is the center of the screen, (-0.5, -0.5) is screen bottom-left, and (0.5, 0.5) is screen bottom-right Specify a value between (-0.5, -0.5) and (0.5, 0.5), and higher than the min threshold.

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

Property Value

Type: Vector2
See Also