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

    Enum CameraPositionSettings.Mode

    Defines the method to use when computing the view matrix.

    Namespace: UnityEngine.Experimental.Rendering.HDPipeline
    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