C# Class UnityTools.Utils.ReflectionHelpers

Helper methods to do with reflection
Exibir arquivo Open project: NoxHarmonium/unity-tools

Public Methods

Method Description
GetComponentsImplementing ( Type type ) : System.Type[]
GetTypesImplementing ( Type type ) : System.Type[]

Method Details

GetComponentsImplementing() public static method

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

GetTypesImplementing() public static method

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