CinemachinePathBase.MinUnit Method

Cinemachine

CinemachinePathBaseMinUnit Method

Get the minimum value, for the given unity type

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public float MinUnit(
	CinemachinePathBasePositionUnits units
)
function MinUnit(units);

Parameters

units
Type: CinemachineCinemachinePathBasePositionUnits
The uniot type

Return Value

Type: Single
The minimum allowable value for this path
See Also