Version: 2023.1

RuntimeInitializeLoadType

enumeration

切换到手册

描述

Specifies when to get a callback during the startup of the runtime or when entering play mode in the Editor. Used with RuntimeInitializeOnLoadMethodAttribute.

See the RuntimeInitializeOnLoadMethodAttribute documentation for the execution order between the various options.

变量

AfterSceneLoadCallback invoked when the first scene's objects are loaded into memory and after Awake has been called.
BeforeSceneLoadCallback invoked when the first scene's objects are loaded into memory but before Awake has been called.
AfterAssembliesLoadedCallback invoked when all assemblies are loaded and preloaded assets are initialized. At this time the objects of the first scene have not been loaded yet.
BeforeSplashScreenCallback invoked before the splash screen is shown. At this time the objects of the first scene have not been loaded yet.
SubsystemRegistrationCallback invoked when starting up the runtime. Called before the first scene is loaded.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961