Serialization.

AreSameProperty(SerializedProperty, SerializedProperty) Method

Summary

Indicates whether both properties refer to the same underlying field.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
Serialization

Syntax

public static bool AreSameProperty(SerializedProperty a, SerializedProperty b)

Parameters

Name Type Description
a SerializedProperty
b SerializedProperty

Return Value

Type Description
bool