Method GetManagedComponentAccessor
GetManagedComponentAccessor<T>(ComponentTypeHandle<T>, EntityManager)
Declaration
public ManagedComponentAccessor<T> GetManagedComponentAccessor<T>(ComponentTypeHandle<T> componentTypeHandle, EntityManager manager)
where T : class
Parameters
Type | Name | Description |
---|---|---|
ComponentTypeHandle<T> | componentTypeHandle | |
EntityManager | manager |
Returns
Type | Description |
---|---|
ManagedComponentAccessor<T> |
Type Parameters
Name | Description |
---|---|
T |