docs.unity.cn
    Show / Hide Table of Contents

    Method DeserializeObjectReferences

    DeserializeObjectReferences(ReferencedUnityObjects, out Object[])

    Deserializes a ReferencedUnityObjects object, returning the array of UnityEngine.Object references.

    Declaration
    public static void DeserializeObjectReferences(ReferencedUnityObjects objRefs, out Object[] objectReferences)
    Parameters
    Type Name Description
    ReferencedUnityObjects objRefs

    The serialized UnityEngine.Object references.

    Object[] objectReferences

    The array of UnityEngine.Object references to be applied on the deserialized World object.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 10, 2023