Struct SceneSectionData
This component contains data relative to a Scene
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
[Serializable]
public struct SceneSectionData : IComponentData, IQueryTypeParameter
Fields
Name | Description |
---|---|
Bounding |
Represents the scene section bounding volume. |
File |
Represents the file size for the compressed section. |
Object |
Represents the number of Unity Objects referenced in the section. |
Scene |
Represents the unique GUID to identify the scene where the section is. |
Sub |
Represents the scene section index inside the scene. |