Struct SectionMetadataSetup
This component identifies the entity which holds the meta data components that belong to the section with the specified SceneSectionIndex.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public struct SectionMetadataSetup : ISharedComponentData, IQueryTypeParameterRemarks
These meta data components are serialized into the entity scene header and are added to the section entities after the scene is resolved at runtime.
Fields
| Name | Description | 
|---|---|
| SceneSectionIndex | Represents the scene section index inside the scene. |