Show / Hide Table of Contents

    Class CoreLogic

    Inheritance
    Object
    CoreLogic
    Namespace: GetComponentAttributeCore
    Assembly: KorStrix.GetComponentAttribute.Runtime.dll
    Syntax
    public static class CoreLogic

    Methods

    | Improve this Doc View Source

    Event_GetComponent(MonoBehaviour, Type)

    Declaration
    public static object Event_GetComponent(MonoBehaviour pMono, Type pElementType)
    Parameters
    Type Name Description
    MonoBehaviour pMono
    Type pElementType
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    Event_GetComponentInChildren(MonoBehaviour, Type, Boolean, Boolean, String)

    Declaration
    public static object Event_GetComponentInChildren(MonoBehaviour pMono, Type pElementType, bool bInclude_DeActive, bool bSearch_By_ComponentName, string strComponentName)
    Parameters
    Type Name Description
    MonoBehaviour pMono
    Type pElementType
    Boolean bInclude_DeActive
    Boolean bSearch_By_ComponentName
    String strComponentName
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    Event_GetComponentInParents(MonoBehaviour, Type)

    Declaration
    public static object Event_GetComponentInParents(MonoBehaviour pTargetMono, Type pElementType)
    Parameters
    Type Name Description
    MonoBehaviour pTargetMono
    Type pElementType
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    ExtractSameNameArray(String, UnityEngine.Object[])

    Declaration
    public static UnityEngine.Object[] ExtractSameNameArray(string strObjectName, UnityEngine.Object[] arrComponentFind)
    Parameters
    Type Name Description
    String strObjectName
    UnityEngine.Object[] arrComponentFind
    Returns
    Type Description
    UnityEngine.Object[]
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer