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: solution.dll
Syntax
public struct SectionMetadataSetup : ISharedComponentData, IQueryTypeParameter
Remarks
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. |