Show / Hide Table of Contents

Delegate LightingExplorerTableColumn.ComparePropertiesDelegate

Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public delegate int ComparePropertiesDelegate(SerializedProperty lhs, SerializedProperty rhs);
Parameters
Type Name Description
SerializedProperty lhs
SerializedProperty rhs
Returns
Type Description
Int32

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX