# DefaultValues

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

## Definition

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

```csharp
DefaultValues = 0
```

### Remarks

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

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

Additional Resources: [AnimationPlayableOutput.SetAnimationStreamSource](/engine/6000.7/script-reference/unityengine/animations/animationplayableoutput/setanimationstreamsource.md)
