docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IProvidesCameraIntrinsics

    Defines the API for a Camera Intrinsics Provider This functionality provider is responsible for providing information about the intrinsics of the physical camera

    Inherited Members
    IFunctionalityProvider.LoadProvider()
    IFunctionalityProvider.ConnectSubscriber(object)
    IFunctionalityProvider.UnloadProvider()
    Namespace: Unity.MARS.Providers
    Assembly: Unity.MARS.Interfaces.dll
    Syntax
    [MovedFrom("Unity.MARS")]
    public interface IProvidesCameraIntrinsics : IFunctionalityProvider

    Properties

    FocalLength

    The focal length of the camera, in pixels

    Declaration
    float FocalLength { get; }
    Property Value
    Type Description
    float

    Methods

    GetFieldOfView()

    Get the field of view of the physical camera

    Declaration
    float? GetFieldOfView()
    Returns
    Type Description
    float?

    The camera field of view

    Events

    FieldOfViewUpdated

    Called when the camera field of view has changed

    Declaration
    event Action<float> FieldOfViewUpdated
    Event Type
    Type Description
    Action<float>
    In This Article
    Back to top
    Copyright © 2025 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)