# Sandbox.Texture.SequenceData

```csharp
Vector4 SequenceData { get; set; }
```

If this texture is a sprite sheet, will return information about the sheet, which
is generally used in the shader. You don't really need to think about the contents.

Declared in [Sandbox.Texture](/api/Sandbox.Texture).
Assembly: `Sandbox.Engine`.
