docs.unity3d.com
    Show / Hide Table of Contents

    Class FrameLines

    A Component that displays frame lines which helps visualize the gate crop of the sensor and the aspect ratio crop of the target screen.

    Inheritance
    Object
    FrameLines
    Namespace: Unity.LiveCapture.VirtualCamera
    Syntax
    public class FrameLines : MonoBehaviour

    Properties

    AspectRatioEnabled

    Whether or not to show the crop aspect ratio.

    Declaration
    public bool AspectRatioEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    CenterMarkerEnabled

    Whether or not to show the center marker.

    Declaration
    public bool CenterMarkerEnabled { get; set; }
    Property Value
    Type Description
    Boolean

    CropAspect

    The aspect ratio of the crop.

    Declaration
    public float CropAspect { get; set; }
    Property Value
    Type Description
    Single

    GateFit

    The gate fit mode.

    Declaration
    public GateFit GateFit { get; set; }
    Property Value
    Type Description
    GateFit

    GateMaskEnabled

    Whether or not to show the crop aspect ratio.

    Declaration
    public bool GateMaskEnabled { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023