docs.unity3d.com
    目次を表示する/隠す

    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
    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
    Single

    Methods

    GetFieldOfView()

    Get the field of view of the physical camera

    Declaration
    float? GetFieldOfView()
    Returns
    Type Description
    Nullable<Single>

    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<Single>
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)