Method DestroyCinemachineComponent
DestroyCinemachineComponent<T>()
Remove a component from the cinemachine pipeline if it's present.
Declaration
public void DestroyCinemachineComponent<T>() where T : CinemachineComponentBase
Type Parameters
| Name | Description |
|---|---|
| T | The type of component to remove |