Enum CinemachineTargetGroup.PositionMode
How the group's position is calculated
Namespace: Cinemachine
Syntax
public enum PositionMode : int
Fields
Name | Description | Value |
---|---|---|
GroupCenter | Group position will be the center of the group's axis-aligned bounding box |
0 |
GroupAverage | Group position will be the weighted average of the positions of the members |
1 |