CinemachineTargetGroup.GetViewSpaceBoundingBox Method

Cinemachine

CinemachineTargetGroupGetViewSpaceBoundingBox Method

The axis-aligned bounding box of the group, in a specific reference frame

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Bounds GetViewSpaceBoundingBox(
	Matrix4x4 mView
)
function GetViewSpaceBoundingBox(mView);

Parameters

mView
Type: Matrix4x4
The frame of reference in which to compute the bounding box

Return Value

Type: Bounds
The axis-aligned bounding box of the group, in the desired frame of reference
See Also