# GetScaleReadMask(AnimationStream)

> Gets the scale read mask of the transform.

## Definition

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

```csharp
public bool GetScaleReadMask(AnimationStream stream)
```

### Parameters

**** (\[AnimationStream]\(/engine/6000.3/script-reference/unityengine/animations/animationstream)): The [AnimationStream](/engine/6000.3/script-reference/unityengine/animations/animationstream.md) that holds the animated values.

### Returns

| Type                                                          | Description                            |
| ------------------------------------------------------------- | -------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | Returns true if the scale can be read. |
