ResolutionStretch Enum
Namespace: Stride.RenderingAssembly: Stride.Rendering.dll
Enumerates the different ways to interpret a visual resolution value.
[DataContract]
public enum ResolutionStretch
Fields
Name | Description |
---|---|
FixedHeightAdaptableWidth | The resolution is determined by the height, the ratio of the target, and the depth. |
FixedWidthAdaptableHeight | The resolution is determined by the width, the ratio of the target, and the depth. |
FixedWidthFixedHeight | The resolution is determined by the width, height and depth of the field. |