Cinemachine
![]() | CinemachineTargetGroupPositionMode Enumeration |
How the group's position is calculated
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)

[DocumentationSortingAttribute(19.2f, DocumentationSortingAttributeLevel.UserRef)] public enum PositionMode
Cinemachine.PositionMode = function(); Cinemachine.PositionMode.createEnum('Cinemachine.PositionMode', false);

Member name | Value | Description | |
---|---|---|---|
GroupCenter | 0 | Group position will be the center of the group's axis-aligned bounding box | |
GroupAverage | 1 | Group position will be the weighted average of the positions of the members |
