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