Enum WeakReferenceGenerationType
Enumeration of weak reference types.
Namespace: Unity.Entities.Serialization
Assembly: Unity.Entities.dll
Syntax
public enum WeakReferenceGenerationType : short
Fields
| Name | Description |
|---|---|
| EntityPrefab | Reference to a converted prefab. |
| EntityScene | Reference to an Entity based scene. |
| GameObjectScene | Reference to a GameObject based scene. |
| SubSceneObjectReferences | Reference to a collection of referenced Objects from a sub scene. |
| Texture | Texture asset for DOTS Runtime. |
| UnityObject | Reference to an object derived from Object. |
| Unknown | Unknown generation type, this usually indicates that the UntypedWeakReferenceId has not been initialized. |