Show / Hide Table of Contents

    Class GetComponentAttributeSetter

    GetComponentAttribute가 있는 필드 / 프로퍼티를 할당시켜주는 static class

    Inheritance
    Object
    GetComponentAttributeSetter
    Namespace: Global
    Assembly: KorStrix.GetComponentAttribute.Runtime.dll
    Syntax
    public static class GetComponentAttributeSetter

    Methods

    | Improve this Doc View Source

    DoUpdate_GetComponentAttribute(MonoBehaviour)

    매개변수로 넣는 모노비헤비어의 GetComponentAttribute를 붙인 필드/프로퍼티를 모두 찾아 할당합니다.

    Declaration
    public static void DoUpdate_GetComponentAttribute(MonoBehaviour pMonoTarget)
    Parameters
    Type Name Description
    MonoBehaviour pMonoTarget

    GetComponentAttribute를 실행할 대상

    | Improve this Doc View Source

    DoUpdate_GetComponentAttribute(MonoBehaviour, Object)

    매개변수로 넣는 클래스(아무 상속받지 않은 class도 가능)에서

    GetComponentAttribute를 붙인 필드/프로퍼티를 매개변수로 넣은 모노비헤비어 기준으로 찾아 할당합니다.

    Declaration
    public static void DoUpdate_GetComponentAttribute(MonoBehaviour pMonoTarget, object pClass_AttributeOwner)
    Parameters
    Type Name Description
    MonoBehaviour pMonoTarget

    GetComponentAttribute로 찾는 기준 대상

    Object pClass_AttributeOwner

    GetComponentAttribute를 실행할 대상

    | Improve this Doc View Source

    DoUpdate_GetComponentAttribute(MonoBehaviour, Object, MemberInfo)

    매개변수로 넣는 클래스(아무 상속받지 않은 class도 가능)에서

    GetComponentAttribute를 붙인 필드/프로퍼티를 매개변수로 넣은 모노비헤비어 기준으로 찾아 할당합니다.

    Declaration
    public static void DoUpdate_GetComponentAttribute(MonoBehaviour pMonoTarget, object pClass_AttributeOwner, MemberInfo pMemberInfo)
    Parameters
    Type Name Description
    MonoBehaviour pMonoTarget
    Object pClass_AttributeOwner
    MemberInfo pMemberInfo
    • Improve this Doc
    • View Source
    • 0 Comments
    Back to top Example Footer