Struct CinemachineTargetGroup.Target
Holds the information that represents a member of the group
Namespace: Cinemachine
Syntax
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
[Serializable]
public struct TargetFields
radius
The radius of the target, used for calculating the bounding box. Cannot be negative
Declaration
public float radiusField Value
| Type | Description | 
|---|---|
| System.Single | 
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
Declaration
public Transform targetField Value
| Type | Description | 
|---|---|
| Transform | 
weight
How much weight to give the target when averaging. Cannot be negative
Declaration
public float weightField Value
| Type | Description | 
|---|---|
| System.Single |