Method AddInitializationObject
AddInitializationObject(IObjectInitializationDataProvider, bool)
Adds an initialization object.
선언
public bool AddInitializationObject(IObjectInitializationDataProvider initObject, bool postEvent = true)
파라미터
타입 | 이름 | 설명 |
---|---|---|
IObjectInitializationDataProvider | initObject | The initialization object to add. |
bool | postEvent | Indicates if an even should be posted to the Addressables event system for this change. |
반환
타입 | 설명 |
---|---|
bool | True if the initialization object was added. |