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

    Class IsUtility

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

    Methods

    Is(Object, HybridType, out Object)

    Declaration
    public static bool Is(object original, HybridType type, out object converted)
    Parameters
    Type Name Description
    Object original
    HybridType type
    Object converted
    Returns
    Type Description
    Boolean

    Is<TO, TC>(TO, out TC)

    Declaration
    public static bool Is<TO, TC>(this TO original, out TC converted)
    Parameters
    Type Name Description
    TO original
    TC converted
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    TO
    TC
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX