Show / Hide Table of Contents

    Namespace Global

    Classes

    Component_Extension

    혹여나 플러그인 밖에서 GetComponentAttribute 관련 (예시로 이름으로 찾기 등) 기능이 필요할 경우

    편히 쓰게 하기 위한 용 확장 class

    GetComponentAttribute

    GetComponentAttributeSetter.DoUpdate_GetComponentAttribute(MonoBehaviour)함수 호출을 통해

    으로 변수/프로퍼티를 할당합니다.

    GetComponentAttributeSetter

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

    GetComponentInChildrenAttribute

    GetComponentAttributeSetter.DoUpdate_GetComponentAttribute(MonoBehaviour)함수 호출을 통해

    으로 변수/프로퍼티를 할당합니다.

    성능을 우선한다면 GetComponentInChildrenAttribute.bInclude_DisableObject값을 false로 하세요.

    GetComponentInParentAttribute

    GetComponentAttributeSetter.DoUpdate_GetComponentAttribute(MonoBehaviour)함수 호출을 통해

    으로 변수/프로퍼티를 할당합니다.

    MemberInfo_Extension

    GetComponentAttributeSetter에서 편하게 사용하기 위한 MemberInfo용 확장 클래스

    UIActionAttributeSetter

    UIButtonCallAttribute

    이 클릭되었을 경우 해당 함수를 자동으로 호출합니다.

    UIToggleCallAttribute

    이 클릭되었을 경우 해당 함수를 자동으로 호출합니다.

    인자가 0개, 1개일 수 있으며,

    인자가 1개면 타입의 인자 1개만 허용됩니다.

    • 0 Comments
    Back to top Example Footer