Interface ICinemachineTargetGroup
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
public interface ICinemachineTargetGroup
프로퍼티
이름 | 설명 |
---|---|
BoundingBox | The axis-aligned bounding box of the group, computed using the targets positions and radii |
IsEmpty | Returns true if the group has no non-zero-weight members |
Sphere | The bounding sphere of the group, computed using the targets positions and radii |
Transform | Get the MonoBehaviour's Transform |
메서드
이름 | 설명 |
---|---|
GetViewSpaceAngularBounds(Matrix4x4, out Vector2, out Vector2, out Vector2) | Get the local-space angular bounds of the group, from a spoecific point of view. Also returns the z depth range of the members. |
GetViewSpaceBoundingBox(Matrix4x4) | The axis-aligned bounding box of the group, in a specific reference frame |