docs.unity3d.com
    显示 / 隐藏目录

    Interface IProvidesCameraProjectionMatrix

    Defines the API for a Camera Projection Matrix Provider This functionality provider is responsible for providing a projection matrix to match the device's physical camera

    Inherited Members
    IFunctionalityProvider.LoadProvider()
    IFunctionalityProvider.ConnectSubscriber(Object)
    IFunctionalityProvider.UnloadProvider()
    Namespace: Unity.MARS
    Syntax
    public interface IProvidesCameraProjectionMatrix : IFunctionalityProvider

    Methods

    GetProjectionMatrix()

    Get the current camera projection matrix

    Declaration
    Matrix4x4? GetProjectionMatrix()
    Returns
    Type Description
    Nullable<Matrix4x4>

    The current projection matrix-- will be null if no frames have been received yet

    返回到顶部
    Copyright © 2023 Unity Technologies — 商标和使用条款
    • 法律条款
    • 隐私政策
    • Cookie
    • 不要出售或分享我的个人信息
    • Your Privacy Choices (Cookie Settings)