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
    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