Enum CinemachineTargetGroup.RotationMode
How the group's orientation is calculated
Namespace: Cinemachine
Syntax
public enum RotationMode : int
Fields
Name | Description | Value |
---|---|---|
Manual | Manually set in the group's transform |
0 |
GroupAverage | Weighted average of the orientation of its members. |
1 |