Rasagar/Library/PackageCache/com.unity.cinemachine/Documentation~/CinemachineVirtualCameraExtensions.md
2024-08-26 23:07:20 +03:00

13 lines
742 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Extensions
Extensions are components that augment the behavior of a Virtual Camera. For example, the [Collider](CinemachineCollider.md) extension moves a camera out of the way of GameObjects that obstruct the cameras view of its target.
Cinemachine includes a variety of extensions. Create your own custom extensions by deriving from the `CinemachineExtension` class.
To add an extension to a Virtual Camera:
1. Select your Virtual Camera in the [Scene](https://docs.unity3d.com/Manual/UsingTheSceneView.html) view or [Hierarchy](https://docs.unity3d.com/Manual/Hierarchy.html) window.
2. In the [Inspector](https://docs.unity3d.com/Manual/UsingTheInspector.html), use the __Add Extension__ drop-down menu to choose the extension.