Method AddDataBuilder
AddDataBuilder(IDataBuilder, bool)
Adds a data builder.
Declaration
public bool AddDataBuilder(IDataBuilder builder, bool postEvent = true)
Parameters
| Type | Name | Description | 
|---|---|---|
| IDataBuilder | builder | The data builder to add.  | 
    
| bool | postEvent | Indicates if an even should be posted to the Addressables event system for this change.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True if the data builder was added.  |