Show / Hide Table of Contents

    Class InvocationTargetFactory

    Inheritance
    Object
    InvocationTargetFactory
    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public static class InvocationTargetFactory

    Methods

    FindTargets(Type, MonoTargetType)

    Declaration
    public static IEnumerable<object> FindTargets(Type classType, MonoTargetType method)
    Parameters
    Type Name Description
    Type classType
    MonoTargetType method
    Returns
    Type Description
    IEnumerable<Object>

    FindTargets<T>(MonoTargetType)

    Declaration
    public static IEnumerable<T> FindTargets<T>(MonoTargetType method)
    
        where T : MonoBehaviour
    Parameters
    Type Name Description
    MonoTargetType method
    Returns
    Type Description
    IEnumerable<T>
    Type Parameters
    Name Description
    T

    InvokeOnTargets(MethodInfo, IEnumerable<Object>, Object[])

    Declaration
    public static object InvokeOnTargets(MethodInfo invokingMethod, IEnumerable<object> targets, object[] arguments)
    Parameters
    Type Name Description
    MethodInfo invokingMethod
    IEnumerable<Object> targets
    Object[] arguments
    Returns
    Type Description
    Object
    Quantum Console by QFSW
    Back to top