C# Class NodeEditorFramework.ConnectionTypes

Afficher le fichier Open project: dlannan/csg-toolkit Class Usage Examples

Méthodes publiques

Méthode Description
FetchTypes ( ) : void

Fetches every Type Declaration in the assembly

GetType ( string typeName ) : Type
GetTypeData ( string typeName ) : TypeData

Method Details

FetchTypes() public static méthode

Fetches every Type Declaration in the assembly
public static FetchTypes ( ) : void
Résultat void

GetType() public static méthode

public static GetType ( string typeName ) : Type
typeName string
Résultat System.Type

GetTypeData() public static méthode

public static GetTypeData ( string typeName ) : TypeData
typeName string
Résultat TypeData