# CustomStreamPropertyType

> The type of custom stream property to create using BindCustomStreamProperty

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Animations](/engine/6000.5/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public enum CustomStreamPropertyType
```

## Fields

| Value                                                                                             | Description       |
| ------------------------------------------------------------------------------------------------- | ----------------- |
| [Bool](/engine/6000.5/script-reference/unityengine/animations/customstreampropertytype/bool.md)   | A boolean value.  |
| [Float](/engine/6000.5/script-reference/unityengine/animations/customstreampropertytype/float.md) | A float value.    |
| [Int](/engine/6000.5/script-reference/unityengine/animations/customstreampropertytype/int.md)     | An integer value. |
