docs.unity3d.com
    Show / Hide Table of Contents

    Class HybridComponentHolderProtocol

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

    Methods

    AddHybridComponent(Object, HybridType)

    Declaration
    public static Component AddHybridComponent(this Object uo, HybridType type)
    Parameters
    Type Name Description
    Object uo
    HybridType type
    Returns
    Type Description
    Component

    GetHybridComponent(Object, HybridType)

    Declaration
    public static Component GetHybridComponent(this Object uo, HybridType type)
    Parameters
    Type Name Description
    Object uo
    HybridType type
    Returns
    Type Description
    Component

    GetHybridComponentInChildren(Object, HybridType, Boolean)

    Declaration
    public static Component GetHybridComponentInChildren(this Object uo, HybridType type, bool includeInactive = false)
    Parameters
    Type Name Description
    Object uo
    HybridType type
    Boolean includeInactive
    Returns
    Type Description
    Component

    GetHybridComponentInParent(Object, HybridType, Boolean)

    Declaration
    public static Component GetHybridComponentInParent(this Object uo, HybridType type, bool includeInactive = false)
    Parameters
    Type Name Description
    Object uo
    HybridType type
    Boolean includeInactive
    Returns
    Type Description
    Component

    GetHybridComponents(Object, HybridType)

    Declaration
    public static Component[] GetHybridComponents(this Object uo, HybridType type)
    Parameters
    Type Name Description
    Object uo
    HybridType type
    Returns
    Type Description
    Component[]

    GetHybridComponents(Object, HybridType, List<Component>)

    Declaration
    public static void GetHybridComponents(this Object uo, HybridType type, List<Component> results)
    Parameters
    Type Name Description
    Object uo
    HybridType type
    List<Component> results

    GetHybridComponentsInChildren(Object, HybridType, Boolean)

    Declaration
    public static Component[] GetHybridComponentsInChildren(this Object uo, HybridType type, bool includeInactive = false)
    Parameters
    Type Name Description
    Object uo
    HybridType type
    Boolean includeInactive
    Returns
    Type Description
    Component[]

    GetHybridComponentsInChildren(Object, HybridType, List<Component>, Boolean)

    Declaration
    public static void GetHybridComponentsInChildren(this Object uo, HybridType type, List<Component> results, bool includeInactive = false)
    Parameters
    Type Name Description
    Object uo
    HybridType type
    List<Component> results
    Boolean includeInactive

    GetHybridComponentsInParent(Object, HybridType, Boolean)

    Declaration
    public static Component[] GetHybridComponentsInParent(this Object uo, HybridType type, bool includeInactive = false)
    Parameters
    Type Name Description
    Object uo
    HybridType type
    Boolean includeInactive
    Returns
    Type Description
    Component[]

    GetHybridComponentsInParent(Object, HybridType, List<Component>, Boolean)

    Declaration
    public static void GetHybridComponentsInParent(this Object uo, HybridType type, List<Component> results, bool includeInactive = false)
    Parameters
    Type Name Description
    Object uo
    HybridType type
    List<Component> results
    Boolean includeInactive

    GetOrAddHybridComponent(Object, HybridType)

    Declaration
    public static Component GetOrAddHybridComponent(this Object uo, HybridType type)
    Parameters
    Type Name Description
    Object uo
    HybridType type
    Returns
    Type Description
    Component
    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