Method IsSectionLoaded
IsSectionLoaded(Entity)
Check if a section of a subscene is loaded.
Declaration
public bool IsSectionLoaded(Entity sectionEntity)
Parameters
Type | Name | Description |
---|---|---|
Entity | sectionEntity | The section entity representing the scene section. The section entities can be found in the ResolvedSectionEntity buffer on the scene entity. |
Returns
Type | Description |
---|---|
Boolean | True if the scene section is loaded. |