Version: Unity 6.5 Alpha (6000.5)
LanguageEnglish
  • C#

ContentBuildInterface.GetPlayerDependenciesForObjects

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static Build.Content.ObjectIdentifier[] GetPlayerDependenciesForObjects(UnityEditor.Build.Content.ObjectIdentifier[] objectIDs, BuildTarget target, UnityEditor.Build.Player.TypeDB typeDB);

Parameters

Parameter Description
objectIDs The specific object identifiers.
target The target platform.
typeDB The user script TypeDB for the player.

Description

Returns a list of objects referenced by an object.

Internal use only. See note on ContentBuildInterface.


Declaration

public static Build.Content.ObjectIdentifier[] GetPlayerDependenciesForObjects(UnityEditor.Build.Content.ObjectIdentifier[] objectIDs, BuildTarget target, UnityEditor.Build.Player.TypeDB typeDB, UnityEditor.Build.Content.DependencyType mode);

Parameters

Parameter Description
objectIDs The specific object identifiers.
target The target platform.
typeDB The user script TypeDB for the player.
mode Specifies how to calculate dependencies between internal objects and game assets.

Description

Returns a list of objects referenced by an object.

Internal use only. See note on ContentBuildInterface.


Declaration

public static Build.Content.ObjectIdentifier[] GetPlayerDependenciesForObjects(Object[] objects, BuildTarget target, UnityEditor.Build.Player.TypeDB typeDB);

Parameters

Parameter Description
objects The specific objects.
target The target platform.
typeDB The user script TypeDB for the player.

Description

Returns a list of objects referenced by an object.

Internal use only. See note on ContentBuildInterface.


Declaration

public static Build.Content.ObjectIdentifier[] GetPlayerDependenciesForObjects(Object[] objects, BuildTarget target, UnityEditor.Build.Player.TypeDB typeDB, UnityEditor.Build.Content.DependencyType mode);

Parameters

Parameter Description
objects The specific objects.
target The target platform.
typeDB The user script TypeDB for the player.
mode Specifies how to calculate dependencies between internal objects and game assets.

Description

Returns a list of objects referenced by an object.

Internal use only. See note on ContentBuildInterface.