Method CancelDamping
CancelDamping(bool)
Temporarily cancel damping for this frame. The camera will sanp to its target position when it is updated.
Declaration
public void CancelDamping(bool updateNow = false)
Parameters
Type | Name | Description |
---|---|---|
bool | updateNow | If true, snap the camera to its target immediately, otherwise wait until the end of the frame when cameras are normally updated. |