Property InitializationObjects
InitializationObjects
The list of initialization data. These objects will get deserialized and initialized during the Addressables initialization process. This happens after resource providers have been set up but before any catalogs are loaded.
Declaration
public List<ObjectInitializationData> InitializationObjects { get; }
Property Value
Type | Description |
---|---|
List<ObjectInitializationData> |