Version: 2023.2

GameManagerDependencyInfo

struct in UnityEditor.Build.Content

切换到手册

描述

Contains dependency information for internal Unity game manager classes. Call ContentBuildInterface.WriteGameManagersSerializedFile or ContentBuildInterface.CalculatePlayerDependenciesForGameManagers to get an instance of this class.

注意:此类及其成员用于为**可编程构建管线 (Scriptable Build Pipeline)** 包提供低级支持。仅限内部使用;使用可编程构建管线包可以实现全功能的构建管线。可以通过 Unity Package Manager 安装此包。

变量

includedTypesThe project-wide identifiers for the game manager classes referenced in this collection of dependency information.
managerObjectsThe project-wide identifiers for the game manager classes referenced in this collection of dependency information.
referencedObjectsThe project-wide identifiers for any objects referenced by the manager classes in the managerObjects list.