Click or drag to resize

AnchoredScreenModelMinViewport Property

Minimum 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 that is between (-0.5, -0.5) and (0.5, 0.5), and lower than the max threshold.

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

Property Value

Type: Vector2
See Also