# Message: `TextureSet` ### Fields: - **texture**: `str` - **width**: `int` - **height**: `int` - **texture_hash**: `int` - **animations**: `TextureSetAnimation` - **tile_width**: `int` - **tile_height**: `int` - **tile_count**: `int` - **collision_hull_points**: `float` - **collision_groups**: `str` - **convex_hulls**: `ConvexHull` - **image_name_hashes**: `int` - **frame_indices**: `int` - **tex_coords**: `bytes` - **tex_dims**: `bytes` - **geometries**: `SpriteGeometry` - **use_geometries**: `int` - **page_indices**: `int` - **page_count**: `int` ---