docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RenderObjects.CustomCameraSettings

    The settings for custom cameras values.

    Inheritance
    object
    RenderObjects.CustomCameraSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering.Universal
    Assembly: Unity.RenderPipelines.Universal.Runtime.dll
    Syntax
    [Serializable]
    public class RenderObjects.CustomCameraSettings

    Fields

    cameraFieldOfView

    Changes the camera field of view.

    Declaration
    public float cameraFieldOfView
    Field Value
    Type Description
    float

    offset

    Changes the camera offset.

    Declaration
    public Vector4 offset
    Field Value
    Type Description
    Vector4

    overrideCamera

    Used to mark whether camera values should be changed or not.

    Declaration
    public bool overrideCamera
    Field Value
    Type Description
    bool

    restoreCamera

    Should the values be reverted after rendering the objects?

    Declaration
    public bool restoreCamera
    Field Value
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)