Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals(object)

Compares this SceneView.CameraMode object against a specified SceneView.CameraMode object.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule

Equals(Object)

public override bool Equals(object otherObject)

Parameters

otherObject

The SceneView.CameraMode to compare.

Returns

Type

Description

boolReturns true if the SceneView.CameraMode objects are equal. Returns false otherwise.