Interface IComponentDescriptorScanner
Namespace: Unity.Reflect.ActorFramework
Syntax
public interface IComponentDescriptorScanner
Methods
Scan(List<Assembly>)
Declaration
List<ComponentDescriptor> Scan(List<Assembly> searchAssemblies)
Parameters
| Type | Name | Description |
|---|---|---|
| List<Assembly> | searchAssemblies |
Returns
| Type | Description |
|---|---|
| List<ComponentDescriptor> |