Class XFactoryProvider | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class XFactoryProvider

    Inheritance
    Object
    XFactoryProvider
    Namespace: Ludiq
    Syntax
    public static class XFactoryProvider

    Methods

    Factories(Type)

    Declaration
    public static IEnumerable<IFactory> Factories(this Type t)
    Parameters
    Type Name Description
    Type t
    Returns
    Type Description
    IEnumerable<IFactory>

    Factories<T>(Type)

    Declaration
    public static IEnumerable<T> Factories<T>(this Type t)
        where T : IFactory
    Parameters
    Type Name Description
    Type t
    Returns
    Type Description
    IEnumerable<T>
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX