Method AddInitializationObject
AddInitializationObject(IObjectInitializationDataProvider, Boolean)
Adds an initialization object.
Declaration
public bool AddInitializationObject(IObjectInitializationDataProvider initObject, bool postEvent = true)
Parameters
| Type | Name | Description |
|---|---|---|
| IObjectInitializationDataProvider | initObject | The initialization object to add. |
| Boolean | postEvent | Indicates if an even should be posted to the Addressables event system for this change. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the initialization object was added. |