Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CameraEditor

Unity Camera Editor.
Read time 5 minutesLast updated 5 days ago

Definition

  • Type: Class
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
  • 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.SettingsContains all drawable elements of the CameraEditor.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.