Enum CinemachineTargetGroup.PositionMode | Cinemachine | 2.4.0
docs.unity.cn
    Show / Hide Table of Contents

    Enum CinemachineTargetGroup.PositionMode

    How the group's position is calculated

    Namespace: Cinemachine
    Syntax
    [DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
    public enum PositionMode

    Fields

    Name Description
    GroupAverage

    Group position will be the weighted average of the positions of the members

    GroupCenter

    Group position will be the center of the group's axis-aligned bounding box

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX