C# 클래스 UnityTools.Utils.ReflectionHelpers

Helper methods to do with reflection
파일 보기 프로젝트 열기: NoxHarmonium/unity-tools

공개 메소드들

메소드 설명
GetComponentsImplementing ( Type type ) : System.Type[]
GetTypesImplementing ( Type type ) : System.Type[]

메소드 상세

GetComponentsImplementing() 공개 정적인 메소드

public static GetComponentsImplementing ( Type type ) : System.Type[]
type System.Type
리턴 System.Type[]

GetTypesImplementing() 공개 정적인 메소드

public static GetTypesImplementing ( Type type ) : System.Type[]
type System.Type
리턴 System.Type[]