Class CinemachineVirtualCameraBaseEditor<T> | Cinemachine | 2.4.0
docs.unity3d.com
    Show / Hide Table of Contents

    Class CinemachineVirtualCameraBaseEditor<T>

    Base class for virtual camera editors. Handles drawing the header and the basic properties.

    Inheritance
    Object
    BaseEditor<T>
    CinemachineVirtualCameraBaseEditor<T>
    Inherited Members
    BaseEditor<T>.Target
    BaseEditor<T>.FindAndExcludeProperty<TValue>(Expression<Func<T, TValue>>)
    BaseEditor<T>.FindProperty<TValue>(Expression<Func<T, TValue>>)
    BaseEditor<T>.FieldPath<TValue>(Expression<Func<T, TValue>>)
    BaseEditor<T>.ExcludeProperty(String)
    BaseEditor<T>.BeginInspector()
    BaseEditor<T>.DrawPropertyInInspector(SerializedProperty)
    BaseEditor<T>.DrawRemainingPropertiesInInspector()
    Namespace: Cinemachine.Editor
    Syntax
    public class CinemachineVirtualCameraBaseEditor<T> : BaseEditor<T> where T : CinemachineVirtualCameraBase
    Type Parameters
    Name Description
    T

    Methods

    DrawCameraStatusInInspector()

    Declaration
    protected void DrawCameraStatusInInspector()

    DrawExtensionsWidgetInInspector()

    Declaration
    protected void DrawExtensionsWidgetInInspector()

    DrawGlobalControlsInInspector()

    Declaration
    protected void DrawGlobalControlsInInspector()

    DrawHeaderInInspector()

    Declaration
    protected void DrawHeaderInInspector()

    DrawTargetsInInspector(SerializedProperty, SerializedProperty)

    Declaration
    protected void DrawTargetsInInspector(SerializedProperty followTarget, SerializedProperty lookAtTarget)
    Parameters
    Type Name Description
    SerializedProperty followTarget
    SerializedProperty lookAtTarget

    GetExcludedPropertiesInInspector()

    Declaration
    protected override List<string> GetExcludedPropertiesInInspector()
    Returns
    Type Description
    List<String>
    Overrides
    Cinemachine.Editor.BaseEditor<T>.GetExcludedPropertiesInInspector()

    OnDisable()

    Declaration
    protected virtual void OnDisable()

    OnEnable()

    Declaration
    protected virtual void OnEnable()

    OnInspectorGUI()

    Declaration
    public override void OnInspectorGUI()
    Overrides
    Cinemachine.Editor.BaseEditor<T>.OnInspectorGUI()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023