C# Class UnityTools.Utils.ReflectionHelpers

Helper methods to do with reflection
Afficher le fichier Open project: NoxHarmonium/unity-tools

Méthodes publiques

Méthode Description
GetComponentsImplementing ( Type type ) : System.Type[]
GetTypesImplementing ( Type type ) : System.Type[]

Method Details

GetComponentsImplementing() public static méthode

public static GetComponentsImplementing ( Type type ) : System.Type[]
type System.Type
Résultat System.Type[]

GetTypesImplementing() public static méthode

public static GetTypesImplementing ( Type type ) : System.Type[]
type System.Type
Résultat System.Type[]