Enum CameraPositionSettings.Mode | High Definition RP | 7.3.1
docs.unity.cn
    Show / Hide Table of Contents

    Enum CameraPositionSettings.Mode

    Defines the method to use when computing the view matrix.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum Mode

    Fields

    Name Description
    ComputeWorldToCameraMatrix

    Compute the view matrix from position and rotation parameters.

    UseWorldToCameraMatrixField

    Assign the provided worldToCameraMatrix matrix.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX