Enum CinemachineTargetGroup.PositionModes
How the group's position is calculated
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public enum CinemachineTargetGroup.PositionModes
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 |