This is the old Animancer v7.4 documentation. Click here for the latest version.

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