docs.unity.cn
    Show / Hide Table of Contents

    Struct CinemachineCameraManagerBase.DefaultTargetSettings

    If enabled, a default target will be available. It will be used if a child rig needs a target and doesn't specify one itself.

    Namespace: Unity.Cinemachine
    Syntax
    [Serializable]
    public struct DefaultTargetSettings

    Fields

    Enabled

    If enabled, a default target will be available. It will be used if a child rig needs a target and doesn't specify one itself.

    Declaration
    [Tooltip("If enabled, a default target will be available.  It will be used if a child rig needs a target and doesn't specify one itself.")]
    public bool Enabled
    Field Value
    Type Description
    Boolean

    Target

    Default target for the camera children, which may be used if the child rig does not specify a target of its own.

    Declaration
    [Tooltip("Default target for the camera children, which may be used if the child rig does not specify a target of its own.")]
    public CameraTarget Target
    Field Value
    Type Description
    CameraTarget
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Saturday, May 6, 2023