Struct CinemachineTargetGroup.Target
Holds the information that represents a member of the group
상속된 멤버
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
[Serializable]
public struct CinemachineTargetGroup.Target
필드
이름 | 설명 |
---|---|
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 |