SerializedDataEditorWindow<TObject, TData>.

GatherObjectReferences(Object, HashSet<Object>) Method

Summary

Gathers all objects referenced by the `root`.

Syntax

public static void GatherObjectReferences(Object root, HashSet<Object> objects)

Parameters

Name Type Description
root Object
objects HashSet<Object>

Return Value

Type Description
void