LanguageEnglish
  • C#

VideoAspectRatio

enumeration

Description

Methods used to fit a video in the target area. If you're rendering a video into a RenderTexture, and the aspect ratio of the RenderTexture doesn't match that of the video being rendered, the VideoPlayer automatically adds black bars around the video. If you're rendering a video into a Camera, any area around the video remains transparent.

Properties

NoScalingPreserve the pixel size without adjusting for target area.
FitVertically Resize the image proportionally so that the height fits the target area. The VideoPlayer automatically crops the image if needed.
FitHorizontallyResize the image proportionally so that the width fits the target area. The VideoPlayer automatically crops the image if needed.
FitInsideResize the image proportionally so that the content fits the target area.
FitOutsideResize the image proportionally so that the content fits the target area. The VideoPlayer automatically crops the image if needed.
StretchResize the image non-proportionally to fit the target area.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961