# IPropertyBagVisitor

> Interface used to receive a visitation callbacks for property bags. For more information on how to implement a property visitor by implementing this interface, including an example, refer to Create a property visitor with low-level APIs

## Definition

* **Type:** Interface
* **Namespace:** [Unity.Properties](/engine/6000.0/script-reference/unity/properties.md)
* **Assembly:** UnityEngine.PropertiesModule

```csharp
public interface IPropertyBagVisitor
```

## Methods

| Method                                                                                 | Description                                                                  |
| -------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| [Visit](/engine/6000.0/script-reference/unity/properties/ipropertybagvisitor/visit.md) | Implement this method to accept visitation for a property bag and container. |
