Camera | Visual Effect Graph | 10.2.2
docs.unity3d.com
    Show / Hide Table of Contents

    Camera

    A Unity Camera defined by a Transform, field of view, near-plane, far-plane, aspect ratio, resolution. You can also access the color and depth buffer.

    Properties

    Property Description
    Transform The transform of the camera. This is a Transform that contains the camera's position and orientation.
    Field Of View The height of the camera's view angle (in degrees) along the local y-axis. For more information, see fieldOfView.
    Near Plane The closest plane, relative to the camera, at which drawing occurs. For more information, see nearPlane.
    Far Plane The furthest plane, relative to the camera, at which drawing occurs. For more information, see farPlane.
    Aspect Ratio The proportional relationship between the camera's width and height. For more information, see aspect.
    Pixel Dimensions The width and height of the camera in pixels. For more information, see pixelWidth and pixelHeight.
    Depth Buffer Specifies the depth buffer for this camera.
    Color Buffer Specifies the color buffer for this camera.
    In This Article
    • Properties
    Back to top
    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