CameraAllowRotationOverConstrainedUpAxis Property |
Gets or sets whether the camera can rotate over the constrained up axis. For example, if true the camera would be able to flip over the North Pole and view the globe upside down.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool AllowRotationOverConstrainedUpAxis { get; set; }
Public Property AllowRotationOverConstrainedUpAxis As Boolean
Get
Set
public:
property bool AllowRotationOverConstrainedUpAxis {
bool get ();
void set (bool value);
}
member AllowRotationOverConstrainedUpAxis : bool with get, set
Property Value
Type:
BooleanSee Also