docs.unity.cn
    Show / Hide Table of Contents

    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>
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use