Show / Hide Table of Contents

    Interface IGetComponentAttribute

    이 네임스페이스의 Root Base Class

    목표는 GetComponentAttributeSetter가 의 변수/프로퍼티를 이 Attribute를 통해 할당하는 것입니다.

    Namespace: GetComponentAttributeCore
    Assembly: KorStrix.GetComponentAttribute.Runtime.dll
    Syntax
    public interface IGetComponentAttribute

    Properties

    | Improve this Doc View Source

    bIsPrint_OnNotFound_GetComponent

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

    Methods

    | Improve this Doc View Source

    GetComponent(MonoBehaviour, Type)

    Declaration
    object GetComponent(MonoBehaviour pMono, Type pElementType)
    Parameters
    Type Name Description
    MonoBehaviour pMono
    Type pElementType
    Returns
    Type Description
    Object
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer