CameraEntityForceScreenSize Property |
If defined, this will be used as screen size (affect aspect ratio in perspective camera,
and view size in Orthographic camera). If not set, the actual screen resolution will be used.
Namespace:
GeonBit.Core.Graphics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<Point> ForceScreenSize { get; set; }
Property Value
Type:
NullablePointSee Also