docs.unity3d.com
    Show / Hide Table of Contents

    Class CameraDataChanged

    Inheritance
    Object
    CameraDataChanged
    Namespace: Unity.Reflect.Actors
    Syntax
    public class CameraDataChanged

    Constructors

    CameraDataChanged(Vector3, Single, Single, Matrix4x4, Vector3, Plane[], Single, Int32)

    Declaration
    public CameraDataChanged(Vector3 position, float nearClipPlane, float farClipPlane, Matrix4x4 viewProjectionMatrix, Vector3 forward, Plane[] frustumPlanes, float fieldOfView, int screenHeight)
    Parameters
    Type Name Description
    Vector3 position
    Single nearClipPlane
    Single farClipPlane
    Matrix4x4 viewProjectionMatrix
    Vector3 forward
    Plane[] frustumPlanes
    Single fieldOfView
    Int32 screenHeight

    Fields

    FarClipPlane

    Declaration
    public float FarClipPlane
    Field Value
    Type Description
    Single

    FieldOfView

    Declaration
    public float FieldOfView
    Field Value
    Type Description
    Single

    Forward

    Declaration
    public Vector3 Forward
    Field Value
    Type Description
    Vector3

    ForwardPlane

    Declaration
    public Plane ForwardPlane
    Field Value
    Type Description
    Plane

    FrustumPlanes

    Declaration
    public Plane[] FrustumPlanes
    Field Value
    Type Description
    Plane[]

    NearClipPlane

    Declaration
    public float NearClipPlane
    Field Value
    Type Description
    Single

    Position

    Declaration
    public Vector3 Position
    Field Value
    Type Description
    Vector3

    ScreenHeight

    Declaration
    public int ScreenHeight
    Field Value
    Type Description
    Int32

    ViewProjectionMatrix

    Declaration
    public Matrix4x4 ViewProjectionMatrix
    Field Value
    Type Description
    Matrix4x4

    Properties

    SqrFar

    Declaration
    public float SqrFar { get; }
    Property Value
    Type Description
    Single
    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