Class Texture.SpritesheetData
Namespace: ValveResourceFormat.ResourceTypes
Assembly: ValveResourceFormat.dll
Contains data for sprite sheet animations and sequences.
csharp
public class Texture.SpritesheetDataInheritance
object ← Texture.SpritesheetData
Properties
Sequences
Gets or sets the array of animation sequences in this sprite sheet.
csharp
public Texture.SpritesheetData.Sequence[] Sequences { get; set; }
