# ITypeVisitor

> Interface used to receive a visitation callbacks for a specific type.

## Definition

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

```csharp
public interface ITypeVisitor
```

## Methods

| Method                                                                          | Description                                                    |
| ------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [Visit](/engine/6000.0/script-reference/unity/properties/itypevisitor/visit.md) | Implement this method to accept visitation for container type. |
