docs.unity3d.com
    Show / Hide Table of Contents

    Class XGeneratorProvider

    Inheritance
    Object
    XGeneratorProvider
    Namespace: Ludiq.Bolt
    Syntax
    public static class XGeneratorProvider

    Methods

    Generator(Object, IGeneration)

    Declaration
    public static IGenerator Generator(this object o, IGeneration generation)
    Parameters
    Type Name Description
    Object o
    IGeneration generation
    Returns
    Type Description
    IGenerator

    Generator<TGenerator>(Object, IGeneration)

    Declaration
    public static TGenerator Generator<TGenerator>(this object o, IGeneration generation)
        where TGenerator : IGenerator
    Parameters
    Type Name Description
    Object o
    IGeneration generation
    Returns
    Type Description
    TGenerator
    Type Parameters
    Name Description
    TGenerator

    HasGenerator(Object, IGeneration)

    Declaration
    public static bool HasGenerator(this object o, IGeneration generation)
    Parameters
    Type Name Description
    Object o
    IGeneration generation
    Returns
    Type Description
    Boolean

    HasGenerator<TGenerator>(Object, IGeneration)

    Declaration
    public static bool HasGenerator<TGenerator>(this object o, IGeneration generation)
        where TGenerator : IGenerator
    Parameters
    Type Name Description
    Object o
    IGeneration generation
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    TGenerator

    TryGetGenerator(Object, out IGenerator, IGeneration)

    Declaration
    public static bool TryGetGenerator(this object o, out IGenerator generator, IGeneration generation)
    Parameters
    Type Name Description
    Object o
    IGenerator generator
    IGeneration generation
    Returns
    Type Description
    Boolean

    TryGetGenerator<TGenerator>(Object, IGeneration, out TGenerator)

    Declaration
    public static bool TryGetGenerator<TGenerator>(this object o, IGeneration generation, out TGenerator generator)
        where TGenerator : IGenerator
    Parameters
    Type Name Description
    Object o
    IGeneration generation
    TGenerator generator
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    TGenerator
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023