# DefaultValues

> AnimationStream will be initialized with the default values from the Animator.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Experimental.Animations](/engine/6000.6/script-reference/unityengine/experimental/animations.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
DefaultValues = 0
```

### Remarks

Before it is modified during [IAnimationJob.ProcessAnimation](/engine/6000.6/script-reference/unityengine/animations/ianimationjob/processanimation.md) or [IAnimationJob.ProcessRootMotion](/engine/6000.6/script-reference/unityengine/animations/ianimationjob/processrootmotion.md), the [AnimationStream](/engine/6000.6/script-reference/unityengine/animations/animationstream.md) contains the default values of the associated [Animator](/engine/6000.6/script-reference/unityengine/animator.md).

This is the default behaviour for an [AnimationPlayableOutput](/engine/6000.6/script-reference/unityengine/animations/animationplayableoutput.md).

Additional Resources: [AnimationPlayableOutputExtensions.SetAnimationStreamSource](/engine/6000.6/script-reference/unityengine/experimental/animations/animationplayableoutputextensions/setanimationstreamsource.md).
