CameraEditor
Unity Camera Editor.
Read time 6 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor
- Inherits from: Editor
[CustomEditor(typeof(Camera))]public class CameraEditor : Editor
Remarks
This is the Unity Camera Editor class. If you want to write your own custom Camera Editor you can extend this class and override the OnInspectorGUI function.
Methods
Classes
Class | Description |
|---|---|
| CameraEditor.Settings | Contains all drawable elements of the CameraEditor. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |