# cullingType

> Controls culling of this Animation component.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public AnimationCullingType cullingType { get; set; }
```

### Remarks

Additional Resources: [AnimationCullingType](/engine/6000.0/script-reference/unityengine/animationcullingtype.md) for more details.
