Serialization.

IsDefaultValueByType(SerializedProperty) Method

Summary

Is the value of the `property` the same as the default serialized value for its type?
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
Serialization

Syntax

public static bool IsDefaultValueByType(SerializedProperty property)

Parameters

Name Type Description
property SerializedProperty

Return Value

Type Description
bool