# allPositionsWithin

> A PositionCollection that contains all positions within the RectInt.

## Definition

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

```csharp
public readonly RectInt.PositionEnumerator allPositionsWithin { get; }
```

### Remarks

Positions within the RectInt are not inclusive of the positions on the upper limits of the RectInt. This iterator will only return positions of size greater than zero for each axis.
