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.AnchoredScreensAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic Vector2 MaxViewport { get; set; }
Property Value
Type:
Vector2
See Also