Struct CinemachineTargetGroup.Target
Holds the information that represents a member of the group
Inherited Members
Namespace: Cinemachine
Assembly: solution.dll
Syntax
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
[Serializable]
public struct CinemachineTargetGroup.Target
Fields
Name | Description |
---|---|
radius | The radius of the target, used for calculating the bounding box. Cannot be negative |
target | The target objects. This object's position and orientation will contribute to the group's average position and orientation, in accordance with its weight |
weight | How much weight to give the target when averaging. Cannot be negative |