Struct SceneSection
Identifies the Scene
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
[Serializable]
public struct SceneSection : ISharedComponentData, IQueryTypeParameter
Fields
Name | Description |
---|---|
Scene |
Unique GUID that identifies the scene where the section is. |
Section | Scene section index inside the scene. |
Methods
Name | Description |
---|---|
Equals(Scene |
Compares two Scene |
Get |
Computes a hashcode to support hash-based collections. |