Method Options
Options(EntityQueryOptions)
Obsolete. Use With
Declaration
[Obsolete("Use WithOptions(EntityQueryOptions) (UnityUpgradable) -> EntityQueryBuilder.WithOptions(*)", false)]
public EntityQueryDescBuilder Options(EntityQueryOptions options)
Parameters
Type | Name | Description |
---|---|---|
Entity |
options | Entity |
Returns
Type | Description |
---|---|
Entity |
The builder object that invoked this method. |