CinemachineTargetGroup.RotationMode Enumeration

Cinemachine

CinemachineTargetGroupRotationMode Enumeration

How the group's orientation is calculated

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[DocumentationSortingAttribute(19.3f, DocumentationSortingAttributeLevel.UserRef)]
public enum RotationMode
Cinemachine.RotationMode = function();
Cinemachine.RotationMode.createEnum('Cinemachine.RotationMode', false);
Members
  Member nameValueDescription
Manual0Manually set in the group's transform
GroupAverage1Weighted average of the orientation of its members.
See Also