Class ReferencedUnityObjects
Holds the references to UnityEngine.Objects which are referenced in a serialized World object.
Inherited Members
Namespace: Unity.Scenes
Assembly: solution.dll
Syntax
[MovedFrom(true, "Unity.Entities", "Unity.Entities.Hybrid", null)]
public class ReferencedUnityObjects : ScriptableObject
Fields
Name | Description |
---|---|
Array | The array of UnityEngine.Object references extracted from a World during serialization. |
Companion |
Represents the index of the entity referencing the object. |