Table of Contents

Delegate ObjectInvalidationCallback<T>

Namespace
Stride.Core
Assembly
Stride.Core.dll

Delegate ObjectInvalidatorCallback used by ObjectInvalidationMetadata.

public delegate void ObjectInvalidationCallback<T>(object propertyOwner, PropertyKey<T> propertyKey, T propertyOldValue)

Parameters

propertyOwner object

The owner of the property that changed.

propertyKey PropertyKey<T>

The key of the property that changed.

propertyOldValue T

The value of the property before its modification.

Type Parameters

T