CinemachineGameWindowDebug.ReleaseScreenPos Method

Cinemachine

CinemachineGameWindowDebugReleaseScreenPos Method

Release a screen rectangle previously obtained through GetScreenPos()

Namespace:  Cinemachine.Utility
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public static void ReleaseScreenPos(
	Object client
)
Cinemachine.Utility.CinemachineGameWindowDebug.ReleaseScreenPos = function(client);

Parameters

client
Type: Object
The client caller. Used as a handle.
See Also