Struct SceneReference
Component that references a scene.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public struct SceneReference : IComponentData, IQueryTypeParameter
Remarks
This component uses the unique GUID to identify the scene.
Constructors
Name | Description |
---|---|
Scene |
Builds a Scene |
Fields
Name | Description |
---|---|
Scene |
Unique GUID to identify the scene. |
Methods
Name | Description |
---|---|
Equals(Scene |
Compares two Scene |
Get |
Computes a hashcode to support hash-based collections. |