Class CinemachineVirtualCameraBaseEditor<T>
Base class for virtual camera editors. Handles drawing the header and the basic properties.
Inherited Members
Editor.MoveNextTarget()
Namespace: Cinemachine.Editor
Assembly: solution.dll
Syntax
public class CinemachineVirtualCameraBaseEditor<T> : BaseEditor<T> where T : CinemachineVirtualCameraBase
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Name | Description |
|---|---|
| DrawCameraStatusInInspector() | |
| DrawExtensionsWidgetInInspector() | |
| DrawGlobalControlsInInspector() | |
| DrawHeaderInInspector() | |
| DrawTargetsInInspector(SerializedProperty, SerializedProperty) | |
| GetExcludedPropertiesInInspector() | Obsolete, do not use |
| GetExcludedPropertiesInInspector(List<string>) | |
| OnDisable() | |
| OnEnable() | |
| OnInspectorGUI() | Implement this function to make a custom inspector. |