CinemachineTargetGroup.PositionMode Enumeration

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)
Syntax
[DocumentationSortingAttribute(19.2f, DocumentationSortingAttributeLevel.UserRef)]
public enum PositionMode
Cinemachine.PositionMode = function();
Cinemachine.PositionMode.createEnum('Cinemachine.PositionMode', false);
Members
  Member nameValueDescription
GroupCenter0Group position will be the center of the group's axis-aligned bounding box
GroupAverage1Group position will be the weighted average of the positions of the members
See Also