Serialization.PropertyReference.

Serialization.

IsTarget(SerializedProperty, Object[]) Method

Summary

Do the specified `property` and `targetObjects` match the targets of this reference?

Syntax

public bool IsTarget(SerializedProperty property, Object[] targetObjects)

Parameters

Name Type Description
property SerializedProperty
targetObjects Object[]

Return Value

Type Description
bool