This version of Unity is unsupported.

ContentBuildInterface.GetTypesForObject

Declaration

public static Type[] GetTypesForObject(Build.Content.ObjectIdentifier objectID);

Parameters

objectID The specific object.

Returns

Type[] The array of unique types.

Description

Returns the System.Type of the ObjectIdentifier and the referenced SerializeReference class types specified by objectID.

Internal use only. See note on ContentBuildInterface.