docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Namespace Unity.Cinemachine.Editor

    Classes

    CinemachineChannelNames

    This class contains names for Cinemachine Channels. These work like Unity Layers, you can define and name them, and create masks to filter only the channels you want.

    CinemachineImpulseChannels

    This class contains setting for the Impulse system. Specifically, it holds the Impulse Channel definitions. These work like Unity Layers, you can define and name them, and create masks to filter only the layers you want.

    CinemachineLensPalette

    User-definable named presets for lenses. This is a Singleton asset, available in editor only

    CinemachinePhysicalLensPalette

    User-definable named presets for physical lenses. This is a Singleton asset, available in editor only

    CinemachineTool

    This was a base class for Cinemachine tools, but is not longer used.

    CinemachineVirtualCameraBaseEditor

    Inspector for the CinemachineVirtualCameraBase class. It will be chosen by default by Unity. You can inherit from it and customize it.

    SaveDuringPlay

    For all registered object types, record their state when exiting Play Mode, and restore that state to the objects in the scene. This is a very limited implementation which has not been rigorously tested with many objects types. It's quite possible that not everything will be saved.

    This class is expected to become obsolete when Unity implements this functionality in a more general way.

    To use this class, drop this script into your project, and add the [SaveDuringPlay] attribute to your class.

    Note: if you want some specific field in your class NOT to be saved during play, add a property attribute whose class name contains the string "NoSaveDuringPlay" and the field will not be saved.

    Structs

    CinemachineLensPalette.Preset

    Lens Preset

    CinemachinePhysicalLensPalette.Preset

    Physical Lens Preset

    Delegates

    SaveDuringPlay.OnHotSaveDelegate

    Delegate for HotSave notification

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)