Represents a single mesh segment with position data, indices for mesh topology, UVs for texturing, tangents for normal mapping and colors.
This struct is essential for defining the geometric and visual properties of a mesh segment.The DestructibleGlobalMeshSpawner uses this struct to create and manage mesh segments.