Click or drag to resize

SceneScreenOrientation Property

The way to override default screen orientation settings for the scene. The property is used for mobile devices.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Reference<SceneScreenOrientationEnum> ScreenOrientation { get; set; }

Property Value

Type: ReferenceSceneScreenOrientationEnum
See Also