Delegate EntitySelectionProxy.EntityControlSelectButtonHandler
Namespace: Unity.Entities.Editor
Syntax
public delegate void EntityControlSelectButtonHandler(World world, Entity entity);
Parameters
| Type | Name | Description |
|---|---|---|
| World | world | |
| Entity | entity |
public delegate void EntityControlSelectButtonHandler(World world, Entity entity);
| Type | Name | Description |
|---|---|---|
| World | world | |
| Entity | entity |