docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CameraOrthographic

    An orthographic camera containing properties to create an orthographic projection matrix.

    Inheritance
    object
    CameraOrthographic
    CameraOrthographic
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: GLTFast.Schema
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class CameraOrthographic

    Fields

    xmag

    The floating-point horizontal magnification of the view. Must not be zero.

    Declaration
    public float xmag
    Field Value
    Type Description
    float

    ymag

    The floating-point vertical magnification of the view. Must not be zero.

    Declaration
    public float ymag
    Field Value
    Type Description
    float

    zfar

    The floating-point distance to the far clipping plane. zfar must be greater than znear.

    Declaration
    public float zfar
    Field Value
    Type Description
    float

    znear

    The floating-point distance to the near clipping plane.

    Declaration
    public float znear
    Field Value
    Type Description
    float
    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)