Method AddComponentObjectForEntityQuery
AddComponentObjectForEntityQuery(EntityQuery, object)
Obsolete. Use AddComponentObject(EntityQuery, object) instead.
Declaration
[Obsolete("Use AddComponentObject (RemovedAfter Entities 1.0) (UnityUpgradable) -> AddComponentObject(*)")]
public void AddComponentObjectForEntityQuery(EntityQuery entityQuery, object componentData)
Parameters
Type | Name | Description |
---|---|---|
EntityQuery | entityQuery | The query specifying which entities to add the component value to. |
object | componentData | The component object to add. |