Serialization.

IsDefaultValueByType(SerializedProperty) Method

Summary

Is the value of the `property` the same as the default serialized value for its type?

Syntax

public static bool IsDefaultValueByType(SerializedProperty property)

Parameters

Name Type Description
property SerializedProperty

Return Value

Type Description
bool