Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SceneView.CameraMode.Equals

Declaration

public bool Equals(object otherObject);

Parameters

otherObject The CameraMode to compare.

Returns

bool Returns true if the CameraMode objects are equal. Returns false otherwise.

Description

Compares this CameraMode object against a specified CameraMode object.