Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ResolutionStretch Enum

    Namespace: Stride.Rendering
    Assembly: 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.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<ResolutionStretch>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<ResolutionStretch>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation