Show / Hide Table of Contents

    Class GetComponentAttributeBase

    Inheritance
    Object
    GetComponentAttributeBase
    GetComponentAttribute
    GetComponentInChildrenAttribute
    GetComponentInParentAttribute
    Implements
    IGetComponentAttribute
    Namespace: GetComponentAttributeCore
    Assembly: KorStrix.GetComponentAttribute.Runtime.dll
    Syntax
    [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
    public abstract class GetComponentAttributeBase : PropertyAttribute, IGetComponentAttribute

    Fields

    | Improve this Doc View Source

    bIsPrint_OnNotFound

    Declaration
    public bool bIsPrint_OnNotFound
    Field Value
    Type Description
    Boolean

    Properties

    | Improve this Doc View Source

    bIsPrint_OnNotFound_GetComponent

    Declaration
    public bool bIsPrint_OnNotFound_GetComponent { get; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    GetComponent(MonoBehaviour, Type)

    Declaration
    public abstract object GetComponent(MonoBehaviour pMono, Type pElementType)
    Parameters
    Type Name Description
    MonoBehaviour pMono
    Type pElementType
    Returns
    Type Description
    Object

    Implements

    IGetComponentAttribute
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer