Struct SceneSectionData
This component contains data relative to a SceneSection.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
[Serializable]
public struct SceneSectionData : IComponentData, IQueryTypeParameterFields
| Name | Description | 
|---|---|
| BoundingVolume | Represents the scene section bounding volume. | 
| FileSize | Represents the file size for the compressed section. | 
| ObjectReferenceCount | Represents the number of Unity Objects referenced in the section. | 
| SceneGUID | Represents the unique GUID to identify the scene where the section is. | 
| SubSectionIndex | Represents the scene section index inside the scene. |